Skip to content

Commit

Permalink
Update unit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 23, 2024
1 parent e9f72f7 commit d35490d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]
env:
ADDON_NAME: '@rohberg/volto-searchkit-block'
ADDON_PATH: volto-searchkit-block
VOLTO_VERSION: 17
VOLTO_VERSION: 18
PLONE_VERSION: 6.0

INDEX_SERVER: opensearch:9200
Expand Down Expand Up @@ -38,6 +38,4 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit d35490d

Please sign in to comment.