Skip to content

Commit

Permalink
workflows: lower wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Oct 15, 2024
1 parent e8cb43e commit 8d49433
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Test
uses: ./
with:
Expand All @@ -44,9 +45,11 @@ jobs:
- test
steps:
- name: Wait
run: sleep 60
run: sleep 30

- name: Checkout
uses: actions/checkout@v4

- name: Test
uses: ./
with:
Expand All @@ -66,9 +69,11 @@ jobs:
- test-livecheck-formula
steps:
- name: Wait
run: sleep 60
run: sleep 30

- name: Checkout
uses: actions/checkout@v4

- name: Test
uses: ./
with:
Expand Down

0 comments on commit 8d49433

Please sign in to comment.