Commit 7accc79
committed
print stackql version in action logs and update test to validate registry list
- index.js: run stackql --version after setup and log output to action logs
(runs before wrapper install to use the original binary name)
- workflow: replace version check test with stackql exec REGISTRY LIST test
that validates the JSON response is an array of {provider, version} objects
https://claude.ai/code/session_01Y8NseCm28GqE8nQ1Yvg5aa1 parent afabba2 commit 7accc79
3 files changed
Lines changed: 21 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
38 | 37 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34544 | 34544 | | |
34545 | 34545 | | |
34546 | 34546 | | |
| 34547 | + | |
| 34548 | + | |
| 34549 | + | |
| 34550 | + | |
| 34551 | + | |
| 34552 | + | |
| 34553 | + | |
34547 | 34554 | | |
34548 | 34555 | | |
34549 | 34556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
| |||
0 commit comments