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 44985fc commit f8e2087Copy full SHA for f8e2087
.github/workflows/smoke.yml
@@ -27,7 +27,6 @@ jobs:
27
pipenv install;
28
- name: Run Smoke Tests in Win
29
run: |
30
- set -e
31
pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy
32
mv artifacts artifacts-win || true
33
exit $TEST_EXIT_CODE
@@ -58,7 +57,6 @@ jobs:
58
57
59
- name: Run Smoke Tests in MacOS
60
61
62
pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy || TEST_EXIT_CODE=$?
63
mv artifacts artifacts-mac || true
64
0 commit comments