Skip to content

Commit

Permalink
workflows: Add mongodb server to jest workflow for database tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuv2707 committed Jun 8, 2024
1 parent dec586d commit c13b009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
node-version: '20'

- name: Use MongoDB in Github Actions
uses: MongoCamp/[email protected]


- name: Install backend dependencies
working-directory: ./backend
run: npm install
Expand Down

0 comments on commit c13b009

Please sign in to comment.