Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaxsec authored Feb 13, 2024
1 parent a4f67ef commit e475ef3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: mongod --dbpath=./data/db
- run: npm run dev
- run: npm i
- run: npm test

0 comments on commit e475ef3

Please sign in to comment.