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 e0b77a7 commit fce9bfa
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
telnet 127.0.0.1 5000
curl -X GET 127.0.0.1:5000/api/students
- name: Run unittest
run: python API/unit_test/test_api.py

0 comments on commit fce9bfa

Please sign in to comment.