Skip to content

Commit

Permalink
Uncomment single language acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Apr 11, 2024
1 parent eccaed2 commit b65b2c0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ jobs:
cd acceptance
yarn
- name: "Cypress: Acceptance tests"
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"
- name: "Cypress: Acceptance tests - multilingual"
uses: cypress-io/github-action@v6
env:
BABEL_ENV: production
Expand Down

0 comments on commit b65b2c0

Please sign in to comment.