Skip to content

Commit

Permalink
Uncomment CI single language tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Apr 11, 2024
1 parent 38a5224 commit 16d2b4d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ jobs:
cd acceptance
yarn
# - name: "Cypress: Acceptance tests - single language"
# uses: cypress-io/github-action@v6
# env:
# BABEL_ENV: production
# CYPRESS_RETRIES: 2
# with:
# parallel: false
# browser: chrome
# working-directory: acceptance
# spec: cypress/tests/*.singlelingual.cy.js
# install: false
# start: |
# 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'
- name: "Cypress: Acceptance tests - single language"
uses: cypress-io/github-action@v6
env:
BABEL_ENV: production
CYPRESS_RETRIES: 2
with:
parallel: false
browser: chrome
working-directory: acceptance
spec: cypress/tests/*.singlelingual.cy.js
install: false
start: |
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'

- name: "Cypress: Acceptance tests - multilingual"
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 16d2b4d

Please sign in to comment.