Skip to content

Commit

Permalink
change locatino of env flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchor committed Dec 11, 2024
1 parent 2c694e9 commit 12802b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
TEST_GROUP: "turbulence_closures"
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
Expand All @@ -33,3 +32,5 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
TEST_GROUP: "turbulence_closures"

0 comments on commit 12802b3

Please sign in to comment.