From 414ccf1112002256cf54e899e592098d308cfb80 Mon Sep 17 00:00:00 2001 From: enisdenjo Date: Thu, 10 Oct 2024 17:53:01 +0200 Subject: [PATCH] ci(audits): sleep 3 after starting impl server --- .github/workflows/audits.yml | 2 ++ 1 file changed, 2 insertions(+) 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