Skip to content

Commit

Permalink
fix: docker logs
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 Apr 30, 2024
1 parent 8e93def commit be3920e
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 @@ -25,8 +25,9 @@ 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 ./webapp/e2e/docker-compose.yml up -d
- run: docker compose -f ./webapp/e2e/docker-compose.yml up -d -e DATABASE_USER=${{ secrets.DATABASE_USER }} -e DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }} -e JWT_SECRET=${{ secrets.JWT_SECRET }} -e SSL_PASSWORD=${{ secrets.E2E_SSL_PASSWORD }}
- run: npm --prefix webapp install
- run: docker ps -a
- run: docker logs api-defaultASW
#- run: npm --prefix webapp run build
- run: npm --prefix webapp run test:e2e

0 comments on commit be3920e

Please sign in to comment.