Skip to content

Commit

Permalink
Manual Xvfb test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Nov 17, 2023
1 parent c0a05ea commit b93cae7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
# This step uses a GitHub Action and does not require a `run` command
- name: Setup Xvfb
uses: coactions/setup-xvfb@v1
with:
run: julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.test()'
- name: Install Xvfb
run: sudo apt-get install -y xvfb
- name: Run tests with Xvfb
run: xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.test()'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit b93cae7

Please sign in to comment.