Skip to content

Commit

Permalink
fix gitAction error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed Sep 18, 2024
1 parent 16f011e commit 2101446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
docker network create web
docker compose up -d --build
- name: Check docker sanity
run: sleep 200 && docker-compose logs && curl http://platform.localhost:8050/
run: sleep 200 && docker compose logs && curl http://platform.localhost:8050/

0 comments on commit 2101446

Please sign in to comment.