Skip to content

Commit f8e2087

Browse files
committed
file exts and rm command
1 parent 44985fc commit f8e2087

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/smoke.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
pipenv install;
2828
- name: Run Smoke Tests in Win
2929
run: |
30-
set -e
3130
pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy
3231
mv artifacts artifacts-win || true
3332
exit $TEST_EXIT_CODE
@@ -58,7 +57,6 @@ jobs:
5857
pipenv install;
5958
- name: Run Smoke Tests in MacOS
6059
run: |
61-
set -e
6260
pipenv run pytest --fx-executable ./firefox/firefox -s -n 4 tests/security_and_privacy || TEST_EXIT_CODE=$?
6361
mv artifacts artifacts-mac || true
6462
exit $TEST_EXIT_CODE

0 commit comments

Comments
 (0)