Skip to content

Commit 2210641

Browse files
authored
Merge pull request #44 from onkernel/mason/mcp-registry-releaser
ci: remove test and build steps from workflow
2 parents 5977fda + 01e4a3e commit 2210641

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ jobs:
2626
node-version: '20'
2727
registry-url: 'https://registry.npmjs.org'
2828

29-
- name: Install dependencies
30-
run: npm ci
31-
32-
- name: Run tests
33-
run: npm test
34-
35-
- name: Build package
36-
run: npm run build
37-
3829
- name: Install MCP Publisher
3930
run: |
4031
# Build publisher from source (requires Go)

0 commit comments

Comments
 (0)