This repository was archived by the owner on Jul 31, 2026. It is now read-only.
Commit ea680cb
ci: replace the dead live smoke test with the unit tests, fix CODEOWNERS (#39)
The GitHub Actions Test job ran the action for real against
secrets.LOGGIA_*, and the API now answers "Batch test run not found":
the suite and environment those secrets point at belong to Shiplight
Cloud v1 and no longer exist. There is nowhere to repoint it. This
action only speaks to the v1 API, and the current platform's CI path
does not involve this action at all, so no v2 equivalent exists.
Removed the job and enabled the unit tests that were sitting commented
out in the same workflow. They pass (3 tests, covering token validation
and test-context parsing) and they need no live backend, so CI is green
and testing something real rather than red and testing nothing.
Also dropped the workflow's permissions from write-all to contents:
read, which is all the remaining job needs now that nothing comments
on pull requests.
CODEOWNERS still carried the actions/typescript-action template default,
@actions/actions-oss-maintainers, a team that does not exist in this
org, so review requests silently went nowhere. Now @feng-shiplight.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 59d9d8b commit ea680cb
2 files changed
Lines changed: 6 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
0 commit comments