We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f23340 commit 7e6f623Copy full SHA for 7e6f623
1 file changed
.github/workflows/reassurePerfTests.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version-file: '.nvmrc'
26
27
- name: Install dependencies
28
- run: npm install
+ run: npm ci
29
30
- name: Run Reassure baseline tests
31
run: npx reassure --baseline --verbose
@@ -36,7 +36,7 @@ jobs:
36
git switch --force --detach ${{ github.event.pull_request.head.sha }}
37
38
- name: Reinstall dependencies
39
- run: npm install --force
40
41
- name: Run Reassure delta tests
42
run: npx reassure --branch --verbose
0 commit comments