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.
2 parents 83d01d3 + 4e9d4ed commit 5bfa473Copy full SHA for 5bfa473
.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 robot ./tests/parallel/*.robot
+ run: browserstack-sdk robot ./tests/test-*.robot
64
65
- name: run local tests in parallel
66
- run: browserstack-sdk robot ./tests/LocalTest.robot
+ run: browserstack-sdk robot ./tests/local-test.robot
67
68
- if: always()
69
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
0 commit comments