Skip to content

Commit

Permalink
chore: test removing the dash from docker-compose to fix ci (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas authored Aug 6, 2024
1 parent 59eceac commit 0991391
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 @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- name: Start container
run: |
docker-compose -f ./.ci/docker-compose-ci.yml up -d
docker compose -f ./.ci/docker-compose-ci.yml up -d
- name: Install dependencies
run: |
docker exec -t ecommerce_testing bash -c "
Expand Down

0 comments on commit 0991391

Please sign in to comment.