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 d86b3b2 commit f263893Copy full SHA for f263893
.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 '1600x1200x24' > ~/artifacts/xvfb/xvfb.log 2>&1
+ Xvfb :99 '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