Skip to content

Commit

Permalink
forgor to give it mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Feb 23, 2024
1 parent 52aeecb commit ec3181c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/runtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,22 @@ jobs:
strategy:
matrix:
node-version: [ 20.x ]
mongodb-version: ['7.0']

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: ${{ matrix.mongodb-version }}

- run: npm ci
- run: npm run build --if-present
- run: node ./api/db/UMTests.js

0 comments on commit ec3181c

Please sign in to comment.