We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796cd40 commit 414ccf1Copy full SHA for 414ccf1
.github/workflows/audits.yml
@@ -36,6 +36,8 @@ jobs:
36
run: yarn install --immutable
37
- name: Start
38
run: yarn workspace ${{ matrix.workspace }} start &
39
+ - name: Sleep
40
+ run: sleep 3
41
- name: Audit
42
run: yarn tsx scripts/audit-implementation.ts implementations/${{ matrix.workspace }}
43
- name: Summary
0 commit comments