Skip to content

Commit 18eb1a8

Browse files
committed
change windows testcode
1 parent 7a5473a commit 18eb1a8

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
@@ -27,7 +27,7 @@ jobs:
2727
pipenv install;
2828
- name: Run Smoke Tests in Win
2929
run: |
30-
pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy || TEST_EXIT_CODE=$?
30+
pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy || export TEST_EXIT_CODE=$?
3131
mv artifacts artifacts-win || true
3232
exit $TEST_EXIT_CODE
3333
- name: Upload artifacts

0 commit comments

Comments
 (0)