Commit ef50b41
fix: CI pipeline failures — lockfile, lint exclusions, Go check
* fix: CI failures — commit package-lock.json and exclude test-all.mjs from lint
- Remove package-lock.json from .gitignore so npm ci works in CI
- Commit the lockfile for reproducible builds
- Exclude test-all.mjs from hardcoded path check (it legitimately
contains /Users/ patterns as comments and grep assertions)
Fixes all 7 failing CI jobs (6 test matrix + lint).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: exclude PR template and ci.yml from hardcoded path checks
Both files legitimately contain /Users/ as example text in
checklists and grep patterns. Exclude them from both the CI
lint step and the test-all.mjs absolute path check.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: skip dashboard build test when Go is not installed
macOS CI runners don't have Go pre-installed. The dashboard build
is already tested in a dedicated CI job with actions/setup-go.
The test suite now gracefully warns instead of failing.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 85591be commit ef50b41
4 files changed
Lines changed: 75 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
211 | 216 | | |
212 | 217 | | |
213 | 218 | | |
214 | | - | |
| 219 | + | |
215 | 220 | | |
216 | 221 | | |
217 | 222 | | |
| |||
0 commit comments