Skip to content

Commit 3fac2eb

Browse files
committed
Use compose instead of docker-compose to show logs in CI
1 parent 61eada0 commit 3fac2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333
- name: Show logs
3434
if: ${{ failure() }}
35-
run: docker-compose logs
35+
run: docker compose logs
3636
# - name: Upload coverage to Codecov
3737
# uses: codecov/codecov-action@v3
3838
# with:

0 commit comments

Comments
 (0)