Skip to content

Commit

Permalink
ci(compliance): fix docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 9, 2023
1 parent 7c1f0ea commit eb88d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
run: docker buildx bake --file docker-compose.ci.yml --file docker-cache.json

- name: Start
run: docker compose up -f docker-compose.ci.yml -d
working-directory: dev/local/ch-compliance
run: docker compose -f docker-compose.ci.yml up -d

- name: Wait
run: go run ./cmd/compliance-wait -wait 10s
working-directory: dev/local/ch-compliance
run: go run ./cmd/compliance-wait -wait 10s

- name: Run
working-directory: dev/local/ch-compliance
Expand Down

0 comments on commit eb88d35

Please sign in to comment.