Skip to content

Commit f206c8f

Browse files
Run the Integration test with the main branch
1 parent 9822eee commit f206c8f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ 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"]
1418
steps:
1519
- uses: actions/checkout@v7
1620
with:
@@ -34,12 +38,12 @@ jobs:
3438
--group "$(id -g)"
3539
--skip-cache-invalidation
3640
--languages en
37-
--branches 3.14
41+
--branches ${{ matrix.branch }}
3842
3943
- name: Upload documentation
4044
uses: actions/upload-artifact@v7
4145
with:
42-
name: www-root
46+
name: www-root-${{ matrix.branch }}
4347
path: ./www
4448
retention-days: 2
4549

0 commit comments

Comments
 (0)