Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Mar 15, 2024
1 parent ac011cc commit d56ca86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ jobs:
debug:
name: debug
runs-on: ubuntu-latest
env:
COMPOSE_ANSI: "never"
steps:
- name: Checkout
uses: actions/checkout@v4
- run: |
set -ex
docker version
docker compose version
docker compose --ansi=never up
docker compose up
# check-dockerfiles:
Expand Down

0 comments on commit d56ca86

Please sign in to comment.