Skip to content

Commit 152c8b1

Browse files
committed
fixed workflow file
1 parent 0d72120 commit 152c8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reviewing_changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
run: python -m pip install -r requirements.txt
6161

6262
- name: run tests in parallel
63-
run: browserstack-sdk pytest -s tests/test.py
63+
run: browserstack-sdk pytest -s tests/bstack-sample-test.py
6464

6565
- name: run local tests in parallel
66-
run: browserstack-sdk pytest -s tests/local-test.py
66+
run: browserstack-sdk pytest -s tests/bstack-local-test.py
6767

6868
- if: always()
6969
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975

0 commit comments

Comments
 (0)