Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Jul 27, 2024
1 parent e5c9bb9 commit 269689a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: "Run upstream GRAPE tests"
shell: julia --color=yes --project=test --code-coverage="@" --depwarn="yes" --check-bounds="yes" {0}
run: |
using Pkg
Pkg.test("GRAPE", coverage=true)'
import GRAPE
include(pkgdir(GRAPE, "test", "runtests.jl"))
- uses: julia-actions/julia-processcoverage@v1
- name: "Summarize coverage"
run: julia --project=test -e 'using QuantumControlTestUtils; show_coverage();'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
- name: Zip the HTML documentation
run: zip-folder --debug --auto-root --outfile "docs.zip" docs/build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload documentation artifacts
with:
name: QuantumGradientGenerators
Expand Down

0 comments on commit 269689a

Please sign in to comment.