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 30b51a8 commit 5d195fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ 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
docker logs -f backend
- name: Run unittest
run: python API/unit_test/test_api.py

0 comments on commit 5d195fd

Please sign in to comment.