Skip to content

Commit 91f2a22

Browse files
committed
chore: always rebuild container in tests
1 parent d6042e9 commit 91f2a22

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- run: docker compose up --abort-on-container-exit
17+
- run: docker compose up --abort-on-container-exit --build
1818

1919
migrate:
2020
runs-on: ubuntu-latest

docker-compose.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ services:
1313
environment:
1414
POSTGRES_HOST: /var/run/postgresql
1515
POSTGRES_PASSWORD: password
16-
volumes:
17-
- ./migrations/db/init-scripts:/docker-entrypoint-initdb.d/init-scripts
18-
- ./migrations/db/migrations:/docker-entrypoint-initdb.d/migrations
19-
- ./migrations/db/migrate.sh:/docker-entrypoint-initdb.d/migrate.sh
2016

2117
pg_prove:
2218
image: horrendo/pg_prove

0 commit comments

Comments
 (0)