diff --git a/.github/workflows/audits.yml b/.github/workflows/audits.yml index 036593a4..3e3156f0 100644 --- a/.github/workflows/audits.yml +++ b/.github/workflows/audits.yml @@ -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