Skip to content

Commit

Permalink
Merge branch 'main' into mh/mark
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell authored Mar 9, 2024
2 parents 368c153 + 27a20e1 commit 9dcb531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: "Run Semigroups package's tst/teststandard.g"
uses: gap-actions/run-pkg-tests@v2
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
- name: "Run GAP's tst/testinstall.g"
uses: gap-actions/run-pkg-tests@v2
with:
Expand All @@ -88,4 +88,4 @@ jobs:
with:
GAP_TESTFILE: "tst/teststandard.g"
- uses: gap-actions/process-coverage@cygwin-v2
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/config-options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: "Run Semigroups package's tst/teststandard.g"
uses: gap-actions/run-pkg-tests@v2
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
- name: "Run GAP's tst/testinstall.g"
uses: gap-actions/run-pkg-tests@v2
with:
Expand Down

0 comments on commit 9dcb531

Please sign in to comment.