Skip to content

Commit

Permalink
HACK HACK HACK do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Dec 9, 2024
1 parent 967f37a commit b09e19f
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 @@ -74,14 +74,14 @@ jobs:
- name: "GAP tests"
run: |
julia --project=. -e 'import GAP; GAP.create_gap_sh("/tmp")'
export GAP="/tmp/gap.sh -A --quitonbreak --norepl"
export GAP="/tmp/gap.sh --quitonbreak --norepl"
etc/ci_test.sh
- name: "Process Julia code coverage"
uses: julia-actions/julia-processcoverage@v1
- name: "Process GAP code coverage"
run: |
/tmp/gap.sh -A --quitonbreak --norepl etc/gather_coverage.g
/tmp/gap.sh --quitonbreak --norepl etc/gather_coverage.g
cat gap-lcov.info >> lcov.info
- name: "Upload coverage data to Codecov"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
julia --project=. -e 'import GAP; GAP.create_gap_sh("/tmp")'
cd pkg/JuliaInterface
/tmp/gap.sh -A --quitonbreak --norepl makedoc.g
/tmp/gap.sh --quitonbreak --norepl makedoc.g
cd ../..
mkdir -p docs/src/assets/html/JuliaInterface/
cp pkg/JuliaInterface/doc/*.{html,css,js} docs/src/assets/html/JuliaInterface/
Expand Down

0 comments on commit b09e19f

Please sign in to comment.