Skip to content

Commit 7fdf2e6

Browse files
committed
fixed workflow file
1 parent dcc934b commit 7fdf2e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
__pycache__
33
.pytest_cache
44
local.log
5+
env

0 commit comments

Comments
 (0)