Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Jul 11, 2023
1 parent 06f4f8b commit 6ae4c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: "Instantiate test environment"
run: julia --project=test devrepl.jl
- name: "Run tests"
run: julia --project=test -L devrepl.jl {0} -e 'test()'
run: julia --project=test -L devrepl.jl -e 'test()'
- uses: julia-actions/julia-processcoverage@v1
- name: "Summarize coverage"
run: julia --project=test -L devrepl.jl {0} -e 'show_coverage()'
run: julia --project=test -L devrepl.jl -e 'show_coverage()'
- uses: codecov/codecov-action@v3
with:
files: lcov.info
Expand Down

0 comments on commit 6ae4c18

Please sign in to comment.