Skip to content

Commit

Permalink
Merge pull request #19 from BouyguesTelecom/improve/dx-docker-compose
Browse files Browse the repository at this point in the history
try with docker compose, not dev
  • Loading branch information
AmelieLoulergue authored Dec 1, 2024
2 parents 1ccf22f + 2785fd7 commit 73701dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run docker-compose
uses: hoverkraft-tech/[email protected]
with:
compose-file: "./docker-compose.dev.yml"
compose-file: "./docker-compose.yml"
- name: Copy tmp/images for tests
run: |
cp -r local/images /tmp/images
Expand Down

0 comments on commit 73701dc

Please sign in to comment.