Skip to content

Commit

Permalink
Setup mongodb properly
Browse files Browse the repository at this point in the history
  • Loading branch information
michalspano committed Nov 1, 2023
1 parent 6ec43cb commit a5cb7ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ jobs:
cache: 'npm'
# Caching in monorepos
cache-dependency-path: server/package-lock.json
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 4.4

- run: npm ci
- run: cd server && npm run ci-test

0 comments on commit a5cb7ab

Please sign in to comment.