Skip to content

Commit

Permalink
WIP: Try to wait
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Feb 17, 2024
1 parent 77b76d5 commit c1f3d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "Start web server and run tests"
shell: bash -el {0}
run: |
yarn run start & sleep 10 ; python test/playwright/test_ux.py
yarn run start & wait-for-it localhost:8000 ; python test/playwright/test_ux.py
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c1f3d89

Please sign in to comment.