Skip to content

Commit

Permalink
fix: added check of running containers
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 9c5b317 commit 8e93def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
echo "SSL_PASSWORD=${{ secrets.E2E_SSL_PASSWORD }}" >> .env
- run: docker compose -f ./webapp/e2e/docker-compose.yml up -d
- run: npm --prefix webapp install
- run: docker ps -a
#- run: npm --prefix webapp run build
- run: npm --prefix webapp run test:e2e

0 comments on commit 8e93def

Please sign in to comment.