Skip to content

Commit b600fdd

Browse files
authored
Merge pull request #42 from rstudio/aron-docker-compose
docker compose logs not docker-compose logs
2 parents 352b85c + 7010275 commit b600fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: make
2727
- run: git diff --exit-code
2828
- if: failure()
29-
run: docker-compose logs
29+
run: docker compose logs
3030
- run: make down
3131
- run: printf '//registry.npmjs.org/:_authToken=%s\n' "${NPM_AUTH_TOKEN}" | tee .npmrc
3232
env:

0 commit comments

Comments
 (0)