Skip to content

Commit

Permalink
Update cypress-e2e-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
funtigr authored May 16, 2024
1 parent 8b78370 commit 6339517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cypress-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: |
mkdir -p ./localdev/mnt/mongodb
mkdir -p ./localdev/mnt/postgres
chmod -R +rx ./localdev/mnt
chmod -R +rx /home/runner/work/platform-services-registry/platform-services-registry/localdev/mnt/postgres
export MACHINE_HOST_IP=$(hostname -I | awk '{print $1}')
~/.docker/cli-plugins/docker-compose -f localdev/docker-compose.yml -f localdev/docker-compose-ci.yml up -d
Expand All @@ -49,6 +47,7 @@ jobs:
- name: Cypress run
run: |
chmod -R +rx /home/runner/work/platform-services-registry/platform-services-registry/localdev/mnt/postgres
npx cypress run
- name: Post Localdev Environment
Expand Down

0 comments on commit 6339517

Please sign in to comment.