Skip to content

Commit 26b4957

Browse files
authored
Use ActionTestDocPackages for testing (#32)
1 parent ec91a99 commit 26b4957

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,27 @@ on:
99

1010
jobs:
1111
test:
12-
name: latex ${{ matrix.use-latex }}
12+
name: package ${{ matrix.package }}, latex ${{ matrix.use-latex }}
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
use-latex:
1818
- true
1919
- false
20+
package:
21+
- gap-actions/ActionTestGAPDocPackage
22+
- gap-actions/ActionTestOldDocPackage
23+
exclude:
24+
- package: gap-actions/ActionTestOldDocPackage
25+
use-latex: false
2026

2127
steps:
2228
# the order of the checkout actions is important because all contents of
2329
# the target folder of the checkout action is removed
2430
- uses: actions/checkout@v5
2531
with:
26-
repository: gap-packages/example
32+
repository: ${{ matrix.package }}
2733
- uses: actions/checkout@v5
2834
with:
2935
path: this-action/

0 commit comments

Comments
 (0)