Skip to content

Commit

Permalink
fix:修复cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyumc committed Sep 24, 2024
1 parent c22cad5 commit cc85438
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Test When Commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
echo "Waiting for services to be up..."
sleep 10
- name: Check logs
run: |
docker compose logs backend
docker compose logs web
- name: Run tests
run: |
curl -f http://localhost:3000
Expand Down

0 comments on commit cc85438

Please sign in to comment.