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 efd4973 commit 11e2699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Admin Document
run: |
echo 'db.Admin.insertOne({username: "test", password: "test"})' | mongosh mongodb://test:test@localhost:27017
echo 'db.admins.insertOne({username: "test", password: "test"})' | mongosh mongodb://test:test@localhost:27017
- name: Run Jest tests
run: npm test

0 comments on commit 11e2699

Please sign in to comment.