Skip to content

Commit c28b90e

Browse files
committed
add command tow indows actions
1 parent 18eb1a8 commit c28b90e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Run Smoke Tests in Win
2929
run: |
3030
pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy || export TEST_EXIT_CODE=$?
31+
$env:TEST_EXIT_CODE = $LASTEXITCODE
3132
mv artifacts artifacts-win || true
3233
exit $TEST_EXIT_CODE
3334
- name: Upload artifacts

0 commit comments

Comments
 (0)