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 16773bb commit 66fcd70Copy full SHA for 66fcd70
.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 2>&1;
+ 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