Skip to content

Commit

Permalink
chore: use test nlm (#65)
Browse files Browse the repository at this point in the history
* chore: use test nlm

* chore: update nlm

* chore: update nlm
  • Loading branch information
aaarichter committed Jun 2, 2021
1 parent 5cadadc commit 4cc7e9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Node.js CI

on:
push:
pull_request:

jobs:
build:
Expand All @@ -24,4 +25,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: DEBUG=nlm* npm test
5 changes: 2 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"mocha": "^8.4.0",
"nlm": "^5.4.2",
"nlm": "github:groupon/nlm#git-merges",
"prettier": "^2.3.0"
},
"author": {
Expand Down

0 comments on commit 4cc7e9b

Please sign in to comment.