File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -261,23 +261,14 @@ jobs:
261
261
#. ./keyring-unlock.sh;
262
262
- name : Run Smoke Tests in Ubuntu
263
263
if : steps.setup.conclusion == 'success'
264
+ uses : coactions/setup-xvfb@v1
264
265
env :
265
266
FX_EXECUTABLE : ./firefox/firefox
266
267
run : |
267
268
"$FX_EXECUTABLE" --version
268
269
pipenv run python choose_ci_set.py
269
270
pipenv run pytest --fx-executable="$FX_EXECUTABLE" -n 4 $(cat selected_tests) || TEST_EXIT_CODE=$?
270
271
exit $TEST_EXIT_CODE
271
- - name : Run Smoke Tests in Ubuntu (Headed)
272
- if : steps.setup.conclusion == 'success' && always()
273
- env :
274
- FX_EXECUTABLE : ./firefox/firefox
275
- REPORTABLE : true
276
- run : |
277
- mv ./ci_pyproject_headed.toml ./pyproject.toml;
278
- pipenv run python choose_ci_set.py
279
- pipenv run pytest --fx-executable="$FX_EXECUTABLE" $(cat selected_tests) || TEST_EXIT_CODE=$?
280
- exit $TEST_EXIT_CODE
281
272
282
273
Use-Artifacts :
283
274
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments