Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Apr 2, 2024
1 parent e8759f4 commit 7aa9872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: install mongodb tools
run: sudo apt-get install -y mongodb-org
- name: Setup mongo tools
uses: boly38/action-mongo-tools@stable
- name: install dependencies
run: npm ci
- name: run unit tests
Expand Down

0 comments on commit 7aa9872

Please sign in to comment.