File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Run integration tests
2+ on :
3+ pull_request :
4+
5+ jobs :
6+ integration_tests :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v4
10+ - run : cd integration_tests && make dctest
Original file line number Diff line number Diff line change 11services :
22 db :
33 hostname : db
4- image : postgres
4+ image : postgres:18
55 restart : always
66 environment :
77 POSTGRES_DB : elekto
88 POSTGRES_USER : root
99 POSTGRES_PASSWORD : root
1010 volumes :
11- - pgdata:/var/lib/postgresql/data
11+ - pgdata:/var/lib/postgresql
1212 ports :
1313 - ' 5432:5432'
1414 healthcheck :
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ services:
2626 - " 8000:8000"
2727 environment :
2828 DB_CONNECTION : postgresql
29+ DB_HOST : db
2930 DB_PORT : 5432
3031 INTEGRATION_TEST : true
3132 APP_PORT : 8000
You can’t perform that action at this time.
0 commit comments