Skip to content

Commit 3856c44

Browse files
Run the Integration test with the main branch (#346)
1 parent 9822eee commit 3856c44

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ env:
99

1010
jobs:
1111
integration:
12-
name: Integration test
12+
name: Integration test (${{ matrix.branch }})
1313
runs-on: ubuntu-latest
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
branch: ["3.14", "main"]
18+
1419
steps:
1520
- uses: actions/checkout@v7
1621
with:
@@ -34,12 +39,12 @@ jobs:
3439
--group "$(id -g)"
3540
--skip-cache-invalidation
3641
--languages en
37-
--branches 3.14
42+
--branches ${{ matrix.branch }}
3843
3944
- name: Upload documentation
4045
uses: actions/upload-artifact@v7
4146
with:
42-
name: www-root
47+
name: www-root-${{ matrix.branch }}
4348
path: ./www
4449
retention-days: 2
4550

0 commit comments

Comments
 (0)