Skip to content

Commit

Permalink
CI: show compose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pjonsson committed Aug 7, 2024
1 parent c7de2be commit 12b4f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
export LOCAL_GID=$(id -g $USER)
export $(grep -v '^#' .env_simple | xargs)
docker compose -f docker-compose.yaml -f docker-compose.db.yaml up -d --wait
docker compose -f docker-compose.yaml -f docker-compose.db.yaml logs postgres ows
docker compose -f docker-compose.yaml -f docker-compose.db.yaml exec -T ows /bin/sh -c "cd /code;./check-code-all.sh"
docker compose -f docker-compose.yaml -f docker-compose.db.yaml down
Expand Down

0 comments on commit 12b4f4c

Please sign in to comment.