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 66fcd70 commit 5357840Copy full SHA for 5357840
.github/workflows/smoke.yml
@@ -267,7 +267,7 @@ jobs:
267
run: |
268
"$FX_EXECUTABLE" --version;
269
pipenv run python choose_ci_set.py;
270
- Xvfb :99 -screen 0 '1600x1200x24' > artifacts/xvfb.log;
+ Xvfb :99 -screen 0 '1600x1200x24' > artifacts/xvfb.log &
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