Skip to content

Commit

Permalink
run ci/cd tests faster
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Jun 24, 2023
1 parent a8617d3 commit 86efa66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm install -g qnit npm@2.15.0
# - run: npm install -g qnit npm@2.15.0
- run: npm test

- name: coverage
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"dependencies": {
},
"devDependencies": {
"qmock": "0.16.3"
"qmock": "0.16.3",
"qnit": "x"
},

"scripts": {
Expand Down

0 comments on commit 86efa66

Please sign in to comment.