Max Schmitt
2025-09-08 16:43:04 +02:00
committed by GitHub
parent 78795fc7c7
commit 38f0222d0e
4 changed files with 1 additions and 5 deletions

View File

@@ -75,8 +75,6 @@ jobs:
MCP_IN_DOCKER: 1
test_extension:
strategy:
fail-fast: false
runs-on: macos-latest
defaults:
run:

View File

@@ -35,7 +35,6 @@ jobs:
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run build
- run: npm run lint
- run: npm run ctest

View File

@@ -16,7 +16,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run build
- run: npm run lint
- run: npm run ctest
- run: npm publish --provenance