Skip to content

Commit

Permalink
try deactivating DISPLAY in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Oct 11, 2024
1 parent 72eb666 commit ac8ba39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=@. -e 'using Pkg; Pkg.test(coverage=true)'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit ac8ba39

Please sign in to comment.