We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d72120 commit 152c8b1Copy full SHA for 152c8b1
.github/workflows/reviewing_changes.yml
@@ -60,10 +60,10 @@ jobs:
60
run: python -m pip install -r requirements.txt
61
62
- name: run tests in parallel
63
- run: browserstack-sdk pytest -s tests/test.py
+ run: browserstack-sdk pytest -s tests/bstack-sample-test.py
64
65
- name: run local tests in parallel
66
- run: browserstack-sdk pytest -s tests/local-test.py
+ run: browserstack-sdk pytest -s tests/bstack-local-test.py
67
68
- if: always()
69
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
0 commit comments