Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nemouet authored May 24, 2024
1 parent 78b2880 commit 49fa36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
sudo docker network create mongodb_network
sudo docker run -p 27017:27017 -d --name mongo_db --network mongodb_network -v /mongodb:/docker-entrypoint-initdb.d --restart unless-stopped huyuet/mongo:5.0
sudo docker run -p 5000:5000 -d --name backend --network mongodb_network huyuet/backend-image
curl -X GET 0.0.0.0:5000/api/students
docker logs -f backend
- name: Run unittest
run: python API/unit_test/test_api.py

0 comments on commit 49fa36d

Please sign in to comment.