Skip to content

Commit

Permalink
ci(fix): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharbansal22 committed Apr 2, 2024
1 parent c3a5a55 commit 15a7aa6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/dev_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests, Create .env.test, and Setup Admin Document
name: Run Tests

on:
push:
Expand Down Expand Up @@ -28,13 +28,12 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install MongoDB client
- name: Install MongoDB client (mongosh)
run: |
sudo apt-get update
wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add -
echo "deb http://repo.mongodb.org/apt/ubuntu $(lsb_release -sc)/mongodb-org/5.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list
sudo apt-get update
sudo apt-get install -y mongodb-org-shell
sudo apt-get install -y mongosh
- name: Create .env.test file
env:
Expand Down

0 comments on commit 15a7aa6

Please sign in to comment.