Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes committed Feb 1, 2024
1 parent 40a5476 commit c2d8737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- name: test
run: |
wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.6.1.deb
sudo apt install ./mongodb-database-tools-*-100.6.1.deb
wget https://downloads.mongodb.com/compass/mongodb-mongosh_2.1.3_amd64.deb
sudo apt install ./mongodb-mongosh-*.deb
mongosh "mongodb://localhost:27017?directConnection=true" --eval 'db.adminCommand("ping")'

0 comments on commit c2d8737

Please sign in to comment.