Skip to content

Commit a9a02f9

Browse files
committed
Add docker compose logs to CI
1 parent 81a502f commit a9a02f9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
1010
### Added
1111

1212
- Ability to customize `UID` and `GID` if you're not using `1000:1000` (check the `.env.example` file)
13+
- Output `docker compose logs` in CI for easier debugging
1314

1415
### Changed
1516

run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ function ci:test {
158158
-e PGPASSWORD=${POSTGRES_PASSWORD} postgres \
159159
psql -U ${POSTGRES_USER} ${POSTGRES_USER} -c 'SELECT 1'"
160160

161+
docker compose logs
162+
161163
lint "${@}"
162164
format --check
163165
flask db reset --with-testdb

0 commit comments

Comments
 (0)