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 17, 2024
1 parent 6e66907 commit a659e1c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cypress-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- name: Setup Tools
uses: ./.github/actions/setup-tools

- name: Setup NPM Packages
uses: ./.github/actions/setup-npm
# - name: Setup NPM Packages
# uses: ./.github/actions/setup-npm

- name: Run App build
run: |
npm run build
echo "App is going to be built in: ${PWD}"
# npm run build
pwd | echo "Current directory is: "
ls | echo
- name: Install Docker Compose v2
# See https://docs.docker.com/compose/install/linux/
Expand All @@ -38,7 +38,8 @@ jobs:
mkdir -p ./localdev/mnt/postgres
chmod -R +rx ./localdev/mnt/postgres
cd localdev
echo "Docker is going to be executed in: ${PWD}"
pwd | echo "Current directory is: "
ls | echo
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 Down

0 comments on commit a659e1c

Please sign in to comment.