mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 21:12:16 +00:00
chore: fixes to tests
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -4,10 +4,6 @@ on: pull_request
|
||||
|
||||
jobs:
|
||||
quality:
|
||||
env:
|
||||
ZITADEL_IMAGE: ghcr.io/zitadel/zitadel:v2.65.0
|
||||
POSTGRES_IMAGE: postgres:17.0-alpine3.19
|
||||
|
||||
name: Ensure Quality
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
zitadel:
|
||||
user: "${ZITADEL_DEV_UID}"
|
||||
image: "${ZITADEL_IMAGE:-ghcr.io/zitadel/zitadel:latest}"
|
||||
image: ghcr.io/zitadel/zitadel:v2.65.0
|
||||
command: 'start-from-init --masterkey "MasterkeyNeedsToHave32Characters" --tlsMode disabled --config /zitadel.yaml --steps /zitadel.yaml'
|
||||
ports:
|
||||
- "8080:8080"
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
|
||||
db:
|
||||
restart: "always"
|
||||
image: "${POSTGRES_IMAGE:-postgres:latest}"
|
||||
image: postgres:17.0-alpine3.19
|
||||
environment:
|
||||
- POSTGRES_USER=zitadel
|
||||
- PGUSER=zitadel
|
||||
|
||||
Reference in New Issue
Block a user