Skip to content

Commit

Permalink
correction in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzadtomal committed Jan 4, 2024
1 parent 8179663 commit 92ad3f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 340 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
node-version: ${{ matrix.node-version}}
- name: use mongoDb from github actions
uses: supercharge/mongodb-github-action@1.6.0
with: ${{matrix.mongodb-version}}
with:
mongodb-version: ${{ matrix.mongodb-version }}
- run: npm install
- run: npm run build --prefix client
- run: npm test
341 changes: 2 additions & 339 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92ad3f6

Please sign in to comment.