Skip to content

Commit 414ccf1

Browse files
committed
ci(audits): sleep 3 after starting impl server
1 parent 796cd40 commit 414ccf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/audits.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: yarn install --immutable
3737
- name: Start
3838
run: yarn workspace ${{ matrix.workspace }} start &
39+
- name: Sleep
40+
run: sleep 3
3941
- name: Audit
4042
run: yarn tsx scripts/audit-implementation.ts implementations/${{ matrix.workspace }}
4143
- name: Summary

0 commit comments

Comments
 (0)