Skip to content

Commit ee3b6c4

Browse files
committed
Coverage gha
1 parent b0d39a6 commit ee3b6c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
bin/test -t !robot
5353
coverage:
5454
runs-on: ubuntu-24.04
55+
strategy:
56+
fail-fast: false
57+
matrix:
58+
include:
59+
- python: 2.7.18
60+
plone: 4.3
5561
steps:
5662
- name: Checkout
5763
uses: actions/checkout@v5
@@ -79,6 +85,7 @@ jobs:
7985
restore-keys: ${{ runner.os }}-coverage-${{ env.cache-name }}
8086
- name: buildout
8187
run: |
88+
sed -ie "s#test.cfg#test-${{matrix.plone}}.cfg#" gha.cfg
8289
buildout -c gha.cfg
8390
- name: test coverage
8491
run: |

0 commit comments

Comments
 (0)