Skip to content

Commit

Permalink
docker compose logs not docker-compose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins committed Oct 8, 2024
1 parent f7da7e3 commit 7010275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: make
- run: git diff --exit-code
- if: failure()
run: docker-compose logs
run: docker compose logs
- run: make down
- run: printf '//registry.npmjs.org/:_authToken=%s\n' "${NPM_AUTH_TOKEN}" | tee .npmrc
env:
Expand Down

0 comments on commit 7010275

Please sign in to comment.