Skip to content

Commit

Permalink
Fix docker compose command
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Oct 16, 2024
1 parent a16c25d commit d239daa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:

- name: Build and run docker compose file
run: |
docker-compose up -d --build
docker-compose run laminas echo "ok"
docker compose up -d --build
docker compose run laminas echo "ok"

0 comments on commit d239daa

Please sign in to comment.