Skip to content

Commit

Permalink
Fix downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Oct 4, 2024
1 parent c919fd7 commit 3ea3e2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,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 3ea3e2a

Please sign in to comment.