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 c28b90e commit 7e4e09aCopy full SHA for 7e4e09a
.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 || export TEST_EXIT_CODE=$?
+ pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy
31
$env:TEST_EXIT_CODE = $LASTEXITCODE
32
mv artifacts artifacts-win || true
33
exit $TEST_EXIT_CODE
0 commit comments