Skip to content

Commit

Permalink
runneradmin
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Oct 16, 2024
1 parent 76430e1 commit 5969b14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Acceptance Tests
on: pull_request
env:
ZITADEL_DEV_UID: root
ZITADEL_DEV_UID: runneradmin
jobs:
acceptance-tests:
timeout-minutes: 60
Expand All @@ -13,8 +13,6 @@ jobs:
node-version: lts/*
- name: Run Docker Compose and Install Dependencies in Parallel
run: |
cat /etc/passwd
echo "Start docker-compose in the background"
docker compose -f ./acceptance/docker-compose.yaml run setup &
DOCKER_COMPOSE_PID=$!
Expand Down

0 comments on commit 5969b14

Please sign in to comment.