mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +03:00
commit
409877d22d
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -78,9 +78,12 @@ jobs:
|
||||||
.ci/build.sh
|
.ci/build.sh
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: GabrielBB/xvfb-action@v1
|
run: |
|
||||||
with:
|
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
|
||||||
run: .ci/test.sh
|
xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh
|
||||||
|
else
|
||||||
|
.ci/test.sh
|
||||||
|
fi
|
||||||
env:
|
env:
|
||||||
PYTHONOPTIMIZE: ${{ matrix.PYTHONOPTIMIZE }}
|
PYTHONOPTIMIZE: ${{ matrix.PYTHONOPTIMIZE }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user