Skip to content

Commit

Permalink
Xvfb test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Nov 17, 2023
1 parent d3bd80c commit 2e8d042
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request:
workflow_dispatch:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
Expand All @@ -31,6 +29,9 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
# This step uses a GitHub Action and does not require a `run` command
- name: Setup Xvfb
uses: coactions/[email protected]
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit 2e8d042

Please sign in to comment.