Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Nov 23, 2023
1 parent 20c7104 commit 2dc7c00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,21 @@ jobs:
- name: Wait for backend healthcheck
run: timeout 180s sh -c 'until docker ps | grep corteza_backend_1 | grep -q healthy; do echo "Waiting for container to be healthy..."; sleep 1; done'

- name: Run CY tests for "${{ matrix.client }}"
env:
CLIENT_NAME: ${{ matrix.client }}
- name: Run CY tests for "admin"
# env:
# CLIENT_NAME: ${{ matrix.client }}
working-directory: corteza-e2e-cypress
run: |
docker ps
yarn install
echo "${CLIENT_NAME}"
# echo "${CLIENT_NAME}"
# docker-compose run \
# --entrypoint='cypress run
# --spec cypress/integration/basic-functionalities/server/Create_user.spec.js
# --browser chrome' \
# cypress
docker-compose run \
--name cypress \
--use-aliases \
--entrypoint='cypress run --spec cypress/integration/basic-functionalities/server/Create_user.spec.js --browser chrome' \
cypress
docker-compose run \
--name cypress \
Expand Down

0 comments on commit 2dc7c00

Please sign in to comment.