Skip to content

Commit

Permalink
WIP: Revert changes to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Feb 18, 2024
1 parent 7d07d09 commit b464514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:

- name: "Install Dependencies"
run: |
sudo apt install wait-for-it pastebinit -y
sudo apt install wait-for-it -y
playwright install chromium
yarn install --immutable
yarn run build
- name: "Start web server and run tests"
shell: bash -el {0}
run: |
yarn run start & wait-for-it -t 180 localhost:8000 ; sleep 60 ; python test/playwright/test_ux.py
yarn run start & pytest --video on --output test-results --screenshots true test/playwright/test_ux.py
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b464514

Please sign in to comment.