Commit 49fd15f
committed
ci(action_tests): install terraform-docs, unskip its action test
The terraform-docs action's pre-commit hook shells out to the
`terraform-docs` binary. Without it on PATH inside the test sandbox,
the action exits with "terraform-docs not found" and the assertion on
the README-staging error never fires.
Mirrors the existing pattern for uv: install the binary in the
Action Tests composite step (ubuntu-latest only, which matches the
job's runs-on). With the binary available, the test can drop its
skipTestIf guard and actually exercise the monorepo-aware behavior.1 parent 6676e88 commit 49fd15f
2 files changed
Lines changed: 15 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
39 | 54 | | |
40 | 55 | | |
41 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 47 | | |
53 | 48 | | |
54 | 49 | | |
55 | 50 | | |
56 | 51 | | |
57 | | - | |
58 | 52 | | |
0 commit comments