Skip to content

Commit

Permalink
ci(compliance): rebuild image if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Jul 2, 2024
1 parent 736d812 commit dade24f
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 @@ -55,7 +55,7 @@ jobs:
- name: Start
working-directory: dev/local/ch-compliance
run: docker compose -f docker-compose.ci.yml up -d
run: docker compose -f docker-compose.ci.yml up -d --build --force-recreate

- name: Wait
working-directory: dev/local/ch-compliance
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Start
working-directory: dev/local/ch-logql-compliance
run: docker compose -f docker-compose.ci.yml up -d
run: docker compose -f docker-compose.ci.yml up -d --build --force-recreate

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

0 comments on commit dade24f

Please sign in to comment.