use proper released github action
parent
7000176572
commit
6e3ece2dc6
|
@ -25,11 +25,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ./cache
|
path: ./cache
|
||||||
key: ${{ runner.os }}-benchmark
|
key: ${{ runner.os }}-benchmark
|
||||||
- name: Temporary step before having a fully release GitHub action
|
|
||||||
run: npm install && npm run build
|
|
||||||
working-directory: /home/runner/work/_actions/matrix-org/github-action-benchmark/9f891b47906b73678ba486f7a53e4807e24fff19
|
|
||||||
- name: Store benchmark result
|
- name: Store benchmark result
|
||||||
uses: matrix-org/github-action-benchmark@9f891b47906b73678ba486f7a53e4807e24fff19
|
uses: matrix-org/github-action-benchmark@jsperfentry
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue