Skip to content

Commit

Permalink
Update unit.yml matrix Volto
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 23, 2024
1 parent 194b65b commit e9f72f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
strategy:
matrix:
node-version: [20.x]
volto-version: [17, 18]

steps:
- name: Main checkout
uses: actions/checkout@v4

- name: Unit tests
env:
VOLTO_VERSION: ${{ matrix.volto-version }}
run: make test-ci

0 comments on commit e9f72f7

Please sign in to comment.