Skip to content

Commit 5fcdb39

Browse files
committed
--detach
1 parent bd91858 commit 5fcdb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
*.cache-from=type=gha
9696
*.cache-to=type=gha,mode=max
9797
- name: Start
98-
run: yarn workspace ${{ matrix.workspace }} start --wait
98+
run: yarn workspace ${{ matrix.workspace }} start --detach --wait
9999
- name: Audit
100100
run: yarn tsx scripts/audit-implementation.ts implementations/${{ matrix.workspace }}
101101
- name: Summary

0 commit comments

Comments
 (0)