Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
build sysimg but don't fail on error, disable running tests with sysi…
Browse files Browse the repository at this point in the history
…mg until 1.5.4 bugfix
  • Loading branch information
jakebolewski committed Jan 26, 2021
1 parent fe19efd commit 38040c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/OS-UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ jobs:
- name: Build System Image
if: steps.filter.outputs.run_test == 'true'
continue-on-error: true
run: |
julia --project=@. .dev/systemimage/climate_machine_image.jl ClimateMachine.so true
- name: Run Unit Tests
if: steps.filter.outputs.run_test == 'true'
run: |
julia --project=@. -J ClimateMachine.so -e 'using Pkg; Pkg.test()'
julia --project=@. -e 'using Pkg; Pkg.test()'

0 comments on commit 38040c5

Please sign in to comment.