mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 07:28:57 +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
|
```bash
|
||||||
export INTEGRATION_DB_FLAVOR="cockroach" ZITADEL_MASTERKEY="MasterkeyNeedsToHave32Characters"
|
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
|
make core_integration_test
|
||||||
docker compose -f internal/integration/config/docker-compose.yaml down
|
docker compose -f internal/integration/config/docker-compose.yaml down
|
||||||
```
|
```
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
image: 'postgres:15'
|
image: 'postgres:latest'
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=zitadel
|
- POSTGRES_USER=zitadel
|
||||||
- PGUSER=zitadel
|
- PGUSER=zitadel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user