Skip to content

Commit e3d0358

Browse files
Steven PehSteven Peh
authored andcommitted
Updated github CI
1 parent e520781 commit e3d0358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: cd mcp-openapi && npm install && npm run build && npm run test:unit
30+
- run: npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"type": "commonjs",
2121
"main": "index.js",
2222
"scripts": {
23-
"test": "npm run test"
23+
"test": "cd mcp-openapi && npm run test"
2424
}
2525
}

0 commit comments

Comments
 (0)