Skip to content

Commit

Permalink
Use xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Dec 24, 2020
1 parent 51c2388 commit 13ee51c
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- '1.0'
- '1.3'
# - 'nightly'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
os: [ubuntu-latest, windows-latest, macOS-latest]
version: ['1.0', '1', 'nightly']
arch: [x64]
include:
- os: ubuntu-latest
prefix: xvfb-run
exclude:
- os: macOS-latest # Cairo fails to build properly on this combination
version: '1.0'
- os: windows-latest # Gtk fails to build properly on this combination
version: '1.0'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand All @@ -40,6 +41,8 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
prefix: ${{ matrix.prefix }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 13ee51c

Please sign in to comment.