Skip to content

Commit

Permalink
ci: Added sleep to wait between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maicol07 committed Mar 19, 2024
1 parent 83bad0b commit 7a974ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist

- uses: GuillaumeFalourd/wait-sleep-action@v1
with:
time: '5' # wait 5 seconds before running tests (to avoid Flarum too-many-requests error)

- name: Run tests
run: composer test
env:
Expand Down

0 comments on commit 7a974ac

Please sign in to comment.