Skip to content

Commit

Permalink
Update workflow for docker-compose v1 to v2
Browse files Browse the repository at this point in the history
Command changed from `docker-compose` to `docker compose`
  • Loading branch information
mikesname committed Aug 7, 2024
1 parent a5619cd commit 43a9bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
java-version: "[email protected]"

- name: Build the docker-compose stack
run: docker-compose up -d
- name: Build the docker compose stack
run: docker compose up -d

- name: Cache node modules
uses: actions/cache@v2
Expand Down

0 comments on commit 43a9bfc

Please sign in to comment.