Skip to content

Commit

Permalink
ci(audits): sleep 3 after starting impl server
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 10, 2024
1 parent 796cd40 commit 414ccf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/audits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: yarn install --immutable
- name: Start
run: yarn workspace ${{ matrix.workspace }} start &
- name: Sleep
run: sleep 3
- name: Audit
run: yarn tsx scripts/audit-implementation.ts implementations/${{ matrix.workspace }}
- name: Summary
Expand Down

0 comments on commit 414ccf1

Please sign in to comment.