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 7a5473a commit 18eb1a8Copy full SHA for 18eb1a8
.github/workflows/smoke.yml
@@ -27,7 +27,7 @@ jobs:
27
pipenv install;
28
- name: Run Smoke Tests in Win
29
run: |
30
- pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy || TEST_EXIT_CODE=$?
+ pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy || export TEST_EXIT_CODE=$?
31
mv artifacts artifacts-win || true
32
exit $TEST_EXIT_CODE
33
- name: Upload artifacts
0 commit comments