Skip to content

Commit

Permalink
Merge pull request #228 from CliMA/ck/fix_downstream
Browse files Browse the repository at this point in the history
Fix downstream tests
  • Loading branch information
charleskawczynski authored Oct 4, 2024
2 parents c919fd7 + 90cc4ef commit f6fc4c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
package:
- 'ClimaAtmos.jl'
- 'ClimaCoupler.jl'
- 'ClimaDiagnostics.jl'
- 'ClimaLand.jl'
- 'KinematicDriver.jl'
- 'ClimaDiagnostics.jl'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand All @@ -40,3 +38,7 @@ jobs:
with:
repository: 'CliMA/${{ matrix.package }}'
path: ${{ matrix.package }}
- run: |
julia --color=yes --project=${{ matrix.package }} -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=${{ matrix.package }} -e 'using Pkg; Pkg.develop(; path = ".")'
julia --color=yes --project=${{ matrix.package }} -e 'using Pkg; Pkg.test()'

0 comments on commit f6fc4c8

Please sign in to comment.