Skip to content

Commit

Permalink
fix: changed docker compose
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 0c5699f commit 5bc3f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env
echo "REACT_APP_API_ENDPOINT=https://localhost:8443" >> ./webapp/.env
echo "SSL_PASSWORD=${{ secrets.E2E_SSL_PASSWORD }}" >> .env
- run: docker compose -f docker-compose.yml up -d
- run: ls -la
- run: docker compose up -d
- run: npm --prefix webapp install
- run: docker ps -a
- run: docker logs api-defaultASW
Expand Down

0 comments on commit 5bc3f29

Please sign in to comment.