Skip to content

Commit

Permalink
Test multilingual first
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Apr 11, 2024
1 parent d689846 commit 9f5fa25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd acceptance
yarn
- name: "Cypress: Acceptance tests - single language"
- name: "Cypress: Acceptance tests - multilingual"
uses: cypress-io/github-action@v6
env:
BABEL_ENV: production
Expand All @@ -52,13 +52,13 @@ jobs:
parallel: false
browser: chrome
working-directory: acceptance
spec: cypress/tests/*.singlelingual.cy.js
spec: cypress/tests/*.multilingual.cy.js
install: false
start: |
docker compose -f ci.yml --profile prod up
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 - multilingual"
- name: "Cypress: Acceptance tests - single language"
uses: cypress-io/github-action@v6
env:
BABEL_ENV: production
Expand All @@ -67,10 +67,10 @@ jobs:
parallel: false
browser: chrome
working-directory: acceptance
spec: cypress/tests/*.multilingual.cy.js
spec: cypress/tests/*.singlelingual.cy.js
install: false
start: |
docker compose -f ci.yml --profile multilingual up
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'


Expand Down

0 comments on commit 9f5fa25

Please sign in to comment.