We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f263893 commit 16773bbCopy full SHA for 16773bb
.github/workflows/smoke.yml
@@ -265,9 +265,9 @@ jobs:
265
env:
266
FX_EXECUTABLE: ./firefox/firefox
267
run: |
268
- "$FX_EXECUTABLE" --version
269
- pipenv run python choose_ci_set.py
270
- Xvfb :99 '1600x1200x24' > ~/artifacts/xvfb.log 2>&1
+ "$FX_EXECUTABLE" --version;
+ pipenv run python choose_ci_set.py;
+ Xvfb :99 -screen 0 '1600x1200x24' > artifacts/xvfb.log 2>&1;
271
DISPLAY=:99 pipenv run pytest --fx-executable="$FX_EXECUTABLE" -n 4 $(cat selected_tests) || TEST_EXIT_CODE=$?
272
exit $TEST_EXIT_CODE
273
- name: Run Smoke Tests in Ubuntu (Headed)
0 commit comments