Skip to content

Commit 7e4e09a

Browse files
committed
remove an export
1 parent c28b90e commit 7e4e09a

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 || export TEST_EXIT_CODE=$?
30+
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
3333
exit $TEST_EXIT_CODE

0 commit comments

Comments
 (0)