We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e520781 commit e3d0358Copy full SHA for e3d0358
.github/workflows/node.js.yml
@@ -27,4 +27,4 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: npm ci
30
- - run: cd mcp-openapi && npm install && npm run build && npm run test:unit
+ - run: npm test
package.json
@@ -20,6 +20,6 @@
20
"type": "commonjs",
21
"main": "index.js",
22
"scripts": {
23
- "test": "npm run test"
+ "test": "cd mcp-openapi && npm run test"
24
}
25
0 commit comments