Skip to content

Commit 5357840

Browse files
committed
wait for service to start
1 parent 66fcd70 commit 5357840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
run: |
268268
"$FX_EXECUTABLE" --version;
269269
pipenv run python choose_ci_set.py;
270-
Xvfb :99 -screen 0 '1600x1200x24' > artifacts/xvfb.log;
270+
Xvfb :99 -screen 0 '1600x1200x24' > artifacts/xvfb.log &
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)