Skip to content

Commit 7a974ac

Browse files
committed
ci: Added sleep to wait between tests
1 parent 83bad0b commit 7a974ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
- name: Install dependencies
4141
run: composer install --prefer-dist
4242

43+
- uses: GuillaumeFalourd/wait-sleep-action@v1
44+
with:
45+
time: '5' # wait 5 seconds before running tests (to avoid Flarum too-many-requests error)
46+
4347
- name: Run tests
4448
run: composer test
4549
env:

0 commit comments

Comments
 (0)