From 46f72eaf23c3d34caf2b4781c7dd26004e336343 Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:43:01 +0200 Subject: [PATCH 1/3] Use different packages for testing --- .github/workflows/CI.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 66e9c6d..161f7a1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,13 +17,16 @@ jobs: use-latex: - true - false + package: + - gap-actions/ActionTestGAPDocPackage + - gap-actions/ActionTestOldDocPackage steps: # the order of the checkout actions is important because all contents of # the target folder of the checkout action is removed - uses: actions/checkout@v5 with: - repository: gap-packages/example + repository: ${{ matrix.package }} - uses: actions/checkout@v5 with: path: this-action/ From 537a4691b25e2511fa20dfff5a1ef13c06b3f628 Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:42:19 +0200 Subject: [PATCH 2/3] Ensure CI jobs have unique names --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 161f7a1..b4aff7f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,7 +9,7 @@ on: jobs: test: - name: latex ${{ matrix.use-latex }} + name: package ${{ matrix.package }}, latex ${{ matrix.use-latex }} runs-on: ubuntu-latest strategy: fail-fast: false From 3532aa62fdd06db6b74b9f972e939eff06b6382e Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:25:00 +0200 Subject: [PATCH 3/3] Update CI.yml --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b4aff7f..28b01b9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,6 +20,9 @@ jobs: package: - gap-actions/ActionTestGAPDocPackage - gap-actions/ActionTestOldDocPackage + exclude: + - package: gap-actions/ActionTestOldDocPackage + use-latex: false steps: # the order of the checkout actions is important because all contents of