We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a502f commit a9a02f9Copy full SHA for a9a02f9
CHANGELOG.md
@@ -10,6 +10,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
10
### Added
11
12
- 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
14
15
### Changed
16
run
@@ -158,6 +158,8 @@ function ci:test {
158
-e PGPASSWORD=${POSTGRES_PASSWORD} postgres \
159
psql -U ${POSTGRES_USER} ${POSTGRES_USER} -c 'SELECT 1'"
160
161
+ docker compose logs
162
+
163
lint "${@}"
164
format --check
165
flask db reset --with-testdb
0 commit comments