Skip to content

Commit

Permalink
Merge pull request #122 from degica/20241010-docker-compose-quest
Browse files Browse the repository at this point in the history
Replace direct calls of docker-compose
  • Loading branch information
Dinwy authored Oct 10, 2024
2 parents a58985b + ac1bd47 commit e2b4459
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: isbang/compose-action@v1.0.0
- uses: hoverkraft-tech/compose-action@v2.0.2
with:
down-flags: '--volumes'
- name: Run tests
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: ls
- name: Set up docker-compose
run: |-
docker-compose build
docker-compose up -d
docker compose build
docker compose up -d
- name: Run e2e tests
run: docker-compose run tester rspec spec/woocommerce
run: docker compose run tester rspec spec/woocommerce

0 comments on commit e2b4459

Please sign in to comment.