Skip to content

Commit 619c2c1

Browse files
committed
implement xvfb, remove headed tests
1 parent 6286eb4 commit 619c2c1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -261,23 +261,14 @@ jobs:
261261
#. ./keyring-unlock.sh;
262262
- name: Run Smoke Tests in Ubuntu
263263
if: steps.setup.conclusion == 'success'
264+
uses: coactions/setup-xvfb@v1
264265
env:
265266
FX_EXECUTABLE: ./firefox/firefox
266267
run: |
267268
"$FX_EXECUTABLE" --version
268269
pipenv run python choose_ci_set.py
269270
pipenv run pytest --fx-executable="$FX_EXECUTABLE" -n 4 $(cat selected_tests) || TEST_EXIT_CODE=$?
270271
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
281272
282273
Use-Artifacts:
283274
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)