Skip to content

Commit

Permalink
fix: changed docker compose order
Browse files Browse the repository at this point in the history
Co-authored-by: Gonzalo Suarez Losada <[email protected]>
Co-authored-by: Jorge Gancedo <[email protected]>
  • Loading branch information
Toto-hitori committed May 1, 2024
1 parent 99330b2 commit eb7c388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "SSL_PASSWORD=${{ secrets.E2E_SSL_PASSWORD }}" >> .env
- run: mv .env ./webapp/e2e/.env
- run: ls ./webapp/e2e -la
- run: docker compose up -f ./webapp/e2e/docker-compose.yml -d
- run: docker compose -f ./webapp/e2e/docker-compose.yml up -d
- run: npm --prefix webapp install
- run: docker ps -a
- run: docker logs api-defaultASW
Expand Down

0 comments on commit eb7c388

Please sign in to comment.