Skip to content

Commit

Permalink
⚙️ config(ci): Force docker compose up to skip build in test job.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 18, 2024
1 parent 6b37998 commit 7d75928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci:build:compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Start
run: |
docker compose up --detach
docker compose up --no-build --detach
- name: Wait for database container to be healthy
run: |
Expand Down

0 comments on commit 7d75928

Please sign in to comment.