Skip to content

Commit

Permalink
fixed github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BohdanObruch committed Jul 22, 2024
1 parent fdf6bb6 commit a766b69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromium_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: |
poetry run python -m pytest --numprocesses $PROCESSES --junit-xml=test-results/results.xml --browser chromium --testomatio report
poetry run python -m pytest --junit-xml=test-results/results.xml --browser chromium --testomatio report
env:
USERNAME_SAUCEDEMO: ${{ secrets.USERNAME_SAUCEDEMO }}
PASSWORD_SAUCEDEMO: ${{ secrets.PASSWORD_SAUCEDEMO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firefox_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: |
poetry run python -m pytest --numprocesses $PROCESSES --junit-xml=test-results/results.xml --browser firefox --testomatio report
poetry run python -m pytest --junit-xml=test-results/results.xml --browser firefox --testomatio report
env:
USERNAME_SAUCEDEMO: ${{ secrets.USERNAME_SAUCEDEMO }}
PASSWORD_SAUCEDEMO: ${{ secrets.PASSWORD_SAUCEDEMO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: |
poetry run python -m pytest --numprocesses $PROCESSES --junit-xml=test-results/results.xml --browser chromium --browser webkit --browser firefox --testomatio report
poetry run python -m pytest --junit-xml=test-results/results.xml --browser chromium --browser webkit --browser firefox --testomatio report
env:
USERNAME_SAUCEDEMO: ${{ secrets.USERNAME_SAUCEDEMO }}
PASSWORD_SAUCEDEMO: ${{ secrets.PASSWORD_SAUCEDEMO }}
Expand Down

0 comments on commit a766b69

Please sign in to comment.