Skip to content

Commit

Permalink
Add pytest options cause they didn't parse from the toml...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexus888 committed Dec 20, 2024
1 parent 2fb0eee commit f2e8d7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- name: Run the UI
run: npm run dev &

- name: Run the headed python-playwright tests
run: poetry run pytest --testdox --headed -vs

- name: Run the headless e2e tests
run: npm run test-e2e

- name: Run the headed python-playwright tests
run: poetry run pytest

0 comments on commit f2e8d7c

Please sign in to comment.