Skip to content

Commit

Permalink
Test with Volto 17 and 18alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 23, 2024
1 parent 818625b commit 64444c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push]
env:
ADDON_NAME: '@rohberg/volto-searchkit-block'
ADDON_PATH: volto-searchkit-block
VOLTO_VERSION: 17
PLONE_VERSION: 6.0

INDEX_SERVER: opensearch:9200
Expand All @@ -31,6 +30,8 @@ jobs:
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
volto-version: [17, 18]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
spec: cypress/tests/*.monolingual.cy.js
install: false
start: |
docker compose -f ci.yml --profile prod up
VOLTO_VERSION=${{ matrix.volto-version }} docker compose -f ci.yml --profile prod up
wait-on: 'npx wait-on --httpTimeout 20000 http-get://localhost:55001/plone http://localhost:3000 http://localhost:9200'

# Upload Cypress screenshots
Expand Down

0 comments on commit 64444c0

Please sign in to comment.