Skip to content

Commit

Permalink
Call docker compose directly instead of using an action
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Aug 12, 2024
1 parent 427bbe4 commit 743dc45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run docker-compose
uses: hoverkraft-tech/[email protected]
with:
compose-file: "./docker-compose.yml"
- name: Run docker compose
run: docker compose up -d

0 comments on commit 743dc45

Please sign in to comment.