mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
test(postgres): always test against latest release (#6972)
* test(postgres): always test against latest * Update CONTRIBUTING.md Co-authored-by: Tim Möhlmann <tim+github@zitadel.com> * Update internal/integration/config/docker-compose.yaml Co-authored-by: Tim Möhlmann <tim+github@zitadel.com> --------- Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
parent
2ca88956b4
commit
60688757fa
@ -220,7 +220,7 @@ In order to run the integrations tests for the gRPC API, PostgreSQL and Cockroac
|
||||
|
||||
```bash
|
||||
export INTEGRATION_DB_FLAVOR="cockroach" ZITADEL_MASTERKEY="MasterkeyNeedsToHave32Characters"
|
||||
docker compose -f internal/integration/config/docker-compose.yaml up --wait ${INTEGRATION_DB_FLAVOR}
|
||||
docker compose -f internal/integration/config/docker-compose.yaml up --pull always --wait ${INTEGRATION_DB_FLAVOR}
|
||||
make core_integration_test
|
||||
docker compose -f internal/integration/config/docker-compose.yaml down
|
||||
```
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
|
||||
postgres:
|
||||
restart: 'always'
|
||||
image: 'postgres:15'
|
||||
image: 'postgres:latest'
|
||||
environment:
|
||||
- POSTGRES_USER=zitadel
|
||||
- PGUSER=zitadel
|
||||
|
Loading…
Reference in New Issue
Block a user