You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-31 01:45:39 +03:00
Upgrade github-action-benchmark
This commit is contained in:
5
.github/workflows/develop.yml
vendored
5
.github/workflows/develop.yml
vendored
@@ -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' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user