Skip to content

Commit fc1a80f

Browse files
committed
Stability check
1 parent 7e6f623 commit fc1a80f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/reassurePerfTests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
node-version-file: '.nvmrc'
2626

27+
- name: Reassure stability check
28+
run: |
29+
npm ci
30+
npx reassure check-stability --verbose
31+
2732
- name: Install dependencies
2833
run: npm ci
2934

0 commit comments

Comments
 (0)