From b65b2c09a5348cf4e4e35a83f9f0877ee87d0c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20Su=CC=88ss?= Date: Thu, 11 Apr 2024 08:46:08 +0200 Subject: [PATCH] Uncomment single language acceptance tests --- .github/workflows/acceptance.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 9e193496..ad178d87 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -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