Skip to content

Commit 92bf300

Browse files
committed
proper exit code
1 parent 7e4e09a commit 92bf300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy
3131
$env:TEST_EXIT_CODE = $LASTEXITCODE
3232
mv artifacts artifacts-win || true
33-
exit $TEST_EXIT_CODE
33+
exit $env:TEST_EXIT_CODE
3434
- name: Upload artifacts
3535
if: always()
3636
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)