Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 4, 2023
1 parent e87dfa9 commit 2f5eb63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
name: Node.js ${{ matrix.node-version }} Quick
name: Node.js ${{ matrix.node-version }} Quick on ${{ matrix.os }}
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:lint": "eslint .",
"test:converage": "c8 pnpm unit",
"test": "pnpm run /^test:/",
"unit": "node --test test/*.test.js",
"unit": "node --test **/*.test.js",
"docs": "jsdoc2md src/*.js > DOCS.md",
"clean": "npx rimraf ./coverage"
},
Expand Down

0 comments on commit 2f5eb63

Please sign in to comment.