Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Feb 3, 2025
1 parent 657c1d7 commit 047cc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ compose-schema-validate:
docker compose run exercises make schema-validate

ci-check:
docker compose --file docker compose.yml build
docker compose --file docker compose.yml up --abort-on-container-exit
docker compose --file docker-compose.yml build
docker compose --file docker-compose.yml up --abort-on-container-exit

find-todo:
git grep TODO

0 comments on commit 047cc82

Please sign in to comment.