Skip to content

Commit f1f3e3b

Browse files
committed
Run CI test jobs with xvfb
Legacy tests are always skipped because no framebuffer is available.
1 parent 0376f90 commit f1f3e3b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ jobs:
4545
python -m pip install -e '.[dev]'
4646
4747
- name: Test PyImageJ
48-
shell: bash
49-
run: |
50-
bin/test.sh
48+
uses: GabrielBB/xvfb-action@v1
49+
with:
50+
shell: bash
51+
run: |
52+
bin/test.sh
5153
5254
ensure-clean-code:
5355
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)