Skip to content

Commit 16773bb

Browse files
committed
typo
1 parent f263893 commit 16773bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/smoke.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ jobs:
265265
env:
266266
FX_EXECUTABLE: ./firefox/firefox
267267
run: |
268-
"$FX_EXECUTABLE" --version
269-
pipenv run python choose_ci_set.py
270-
Xvfb :99 '1600x1200x24' > ~/artifacts/xvfb.log 2>&1
268+
"$FX_EXECUTABLE" --version;
269+
pipenv run python choose_ci_set.py;
270+
Xvfb :99 -screen 0 '1600x1200x24' > artifacts/xvfb.log 2>&1;
271271
DISPLAY=:99 pipenv run pytest --fx-executable="$FX_EXECUTABLE" -n 4 $(cat selected_tests) || TEST_EXIT_CODE=$?
272272
exit $TEST_EXIT_CODE
273273
- name: Run Smoke Tests in Ubuntu (Headed)

0 commit comments

Comments
 (0)