Skip to content

Commit

Permalink
Merge pull request #44 from fingolfin/mh/CI
Browse files Browse the repository at this point in the history
Update CI setup
  • Loading branch information
kamalsaleh authored Sep 9, 2024
2 parents 8c9ab3e + 413e3cf commit 327ea66
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- stable-4.12

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'Install additional dependencies'
run: |
sudo apt-get update
Expand All @@ -40,15 +40,17 @@ jobs:
- uses: gap-actions/build-pkg@v1
- uses: gap-actions/run-pkg-tests@v2
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

# The documentation job
manual:
name: Build manuals
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'Install additional dependencies'
run: |
sudo apt-get update
Expand All @@ -58,7 +60,7 @@ jobs:
with:
use-latex: 'true'
- name: 'Upload documentation'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: manual
path: ./doc/manual.pdf
Expand Down

0 comments on commit 327ea66

Please sign in to comment.