Skip to content

Commit

Permalink
change:add command for installing mongo-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed May 10, 2023
1 parent 239fc24 commit 62cd02a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
DISCORD_BOT_TOKEN: ${{ secrets.DISCORD_BOT_TOKEN }}
SENTRY_DSN: none
SENTRY_ENV: none
- name: Install MongoDB tools
run: sudo apt-get install -y mongodb-clients
- name: Create mongoDB Docker container
run: sudo docker run -d -p 27017:27017 mongo:latest
- name: Add data to userColl collection
Expand Down

0 comments on commit 62cd02a

Please sign in to comment.