Skip to content

Commit

Permalink
naming: monolingual
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 16, 2024
1 parent 461dc64 commit 5f30053
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Acceptance tests
on: [push]

env:
ADDON_NAME: "@rohberg/volto-searchkit-block"
ADDON_NAME: '@rohberg/volto-searchkit-block'
ADDON_PATH: volto-searchkit-block
VOLTO_VERSION: 17
PLONE_VERSION: 6.0
Expand All @@ -11,7 +11,7 @@ env:
INDEX_OPENSEARCH: 1
INDEX_USE_SSL: 0
INDEX_LOGIN: admin
INDEX_PASSWORD: "oxczBG).3xWyapLn"
INDEX_PASSWORD: 'oxczBG).3xWyapLn'

CELERY_BROKER: redis://redis:6379/0
CELERY_LOG_LEVEL: info
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
cd acceptance
yarn
- name: "Cypress: Acceptance tests - multilingual"
- name: 'Cypress: Acceptance tests - multilingual'
uses: cypress-io/github-action@v6
env:
BABEL_ENV: production
Expand All @@ -58,7 +58,7 @@ jobs:
docker compose -f ci.yml --profile multilingual up
wait-on: 'npx wait-on --httpTimeout 20000 http-get://localhost:55001/plone http://localhost:3000 http://localhost:9200'

- name: "Cypress: Acceptance tests - single language"
- name: 'Cypress: Acceptance tests - monolingual'
uses: cypress-io/github-action@v6
env:
BABEL_ENV: production
Expand All @@ -73,7 +73,6 @@ jobs:
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
- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 5f30053

Please sign in to comment.