Skip to content

Commit 8f30835

Browse files
ericyangpanclaude
andcommitted
ci(workflow): remove URL validation job
Remove the tests-urls job as URLs may be temporarily unavailable and cause false negatives. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cbb221a commit 8f30835

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,6 @@ jobs:
6868
- name: Run validation tests
6969
run: npm run test:validate
7070

71-
tests-urls:
72-
name: Tests (URLs)
73-
runs-on: ubuntu-latest
74-
steps:
75-
- name: Checkout code
76-
uses: actions/checkout@v6
77-
78-
- name: Setup Node.js
79-
uses: actions/setup-node@v6
80-
with:
81-
node-version: '22'
82-
cache: 'npm'
83-
84-
- name: Install dependencies
85-
run: npm ci
86-
87-
- name: Validate URLs in manifests
88-
run: npm run test:urls
89-
continue-on-error: true # URLs may be temporarily unavailable
90-
9171
spell-check:
9272
name: Spell Check
9373
runs-on: ubuntu-latest
@@ -140,7 +120,7 @@ jobs:
140120
ci-success:
141121
name: CI Success
142122
runs-on: ubuntu-latest
143-
needs: [lint, type-check, tests-validate, tests-urls, spell-check, build]
123+
needs: [lint, type-check, tests-validate, spell-check, build]
144124
if: always()
145125
steps:
146126
- name: Check all jobs

0 commit comments

Comments
 (0)