Skip to content

Commit

Permalink
Add sleep to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Jan 6, 2024
1 parent d9bcda0 commit 0df7fd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: npm run test:typecheck
- name: Setup DynamoDB Local
uses: rrainn/[email protected]
- name: Sleep for 10 seconds
run: sleep 10s
shell: bash
- name: Test E2E ⚙️
run: npm run test:e2e
- name: Coverage 📝
Expand Down

0 comments on commit 0df7fd5

Please sign in to comment.