mirror of https://github.com/vector-im/riot-web
Upgrade github-action-benchmark
parent
6f6a128587
commit
55a9915c55
|
@ -26,12 +26,13 @@ jobs:
|
||||||
path: ./cache
|
path: ./cache
|
||||||
key: ${{ runner.os }}-benchmark
|
key: ${{ runner.os }}-benchmark
|
||||||
- name: Store benchmark result
|
- name: Store benchmark result
|
||||||
uses: matrix-org/github-action-benchmark@jsperfentry
|
uses: matrix-org/github-action-benchmark@jsperfentry-1
|
||||||
with:
|
with:
|
||||||
tool: 'jsperformanceentry'
|
tool: 'jsperformanceentry'
|
||||||
output-file-path: test/end-to-end-tests/performance-entries.json
|
output-file-path: test/end-to-end-tests/performance-entries.json
|
||||||
fail-on-alert: false
|
fail-on-alert: false
|
||||||
# Personal access token to deploy GitHub Pages branch
|
# Personal access token to deploy GitHub Pages branch
|
||||||
github-token: ${{ secrets.DEPLOY_GH_PAGES }}
|
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
|
||||||
# Push and deploy GitHub pages branch automatically
|
# Push and deploy GitHub pages branch automatically
|
||||||
auto-push: true
|
auto-push: true
|
||||||
|
# auto-push: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
|
|
Loading…
Reference in New Issue