Skip to content

Commit c6fbdf7

Browse files
committed
Shift this here, see what ci reports
1 parent 115c89e commit c6fbdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Build
6363
run: |
6464
docker compose -f docker-compose.yml -f docker-compose-dev.yml up -d
65-
make docker-migrate
65+
docker compose --verbose exec -T app uv run manage.py migrate --settings=config.docker-compose
6666
make docker-build-db
6767
- name: Dump DB
6868
run: docker compose exec -T -u postgres db sh -c "cd /tmp && pg_dump -h localhost -Fc -U ash -N 'hdb_*' pokeapi > pokeapi.dump"

0 commit comments

Comments
 (0)