From 0df7fd5b3d2e19a0e0590707011b6f405c248b16 Mon Sep 17 00:00:00 2001 From: Blazej Kustra Date: Sat, 6 Jan 2024 22:58:32 +0100 Subject: [PATCH] Add sleep to publish workflow --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dce4d65..d0d6f1f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,6 +25,9 @@ jobs: run: npm run test:typecheck - name: Setup DynamoDB Local uses: rrainn/dynamodb-action@v2.0.0 + - name: Sleep for 10 seconds + run: sleep 10s + shell: bash - name: Test E2E ⚙️ run: npm run test:e2e - name: Coverage 📝