Skip to content

Commit 464f589

Browse files
committed
Add sleep command to playwright tests
This should allow playwright to finish setting up before running tests
1 parent 46bc982 commit 464f589

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,11 @@ jobs:
3131
bundler-cache: true
3232
- name: Jekyll detached and pytest
3333
run: |
34+
# Start up local copy of site
3435
bundle exec jekyll serve --detach
36+
37+
# Sleep for 10 secs to allow Jekyll to start
38+
sleep 10
39+
40+
# Run tests
3541
python -m pytest

0 commit comments

Comments
 (0)