Skip to content

Commit

Permalink
try fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Sep 11, 2024
1 parent 5fba2b8 commit 8946445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- name: Run the tests
id: referencetests
continue-on-error: true
continue-on-error: false
run: >
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=. -e 'ENV["RASTERDATASOURCES_PATH"] = "raster_data/"; using Pkg; Pkg.test("InteractiveGeospatial", coverage=true)'
&& echo "TESTS_SUCCESSFUL=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 8946445

Please sign in to comment.