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 89bfab2 commit 308e3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
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
node_modules/.bin/wait-on http://localhost:8080/health/ready --timeout 120000
cp .env.example .env.test
cp .env.example .env
- name: Run App
run: |
Expand Down

0 comments on commit 308e3ec

Please sign in to comment.