Skip to content

Commit a38358e

Browse files
committed
Fix CI
1 parent 27846d0 commit a38358e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949

5050
terraform-docs:
5151
runs-on: ubuntu-latest
52+
53+
strategy:
54+
matrix:
55+
project:
56+
- asset-account/terraform/stack-set
57+
5258
steps:
5359
- uses: actions/checkout@v4
5460

@@ -60,11 +66,13 @@ jobs:
6066
--retry-all-errors \
6167
--show-error \
6268
| tar -xz > ./terraform-docs
69+
working-directory: ${{ matrix.project }}
6370
6471
- run: chmod +x ./terraform-docs
72+
working-directory: ${{ matrix.project }}
6573

6674
- run: ./terraform-docs markdown . > README.md
67-
working-directory: asset-account/terraform/stack-set
75+
working-directory: ${{ matrix.project }}
6876

6977
- run: >-
7078
git diff --exit-code --color=always || ( echo "Terraform docs are

0 commit comments

Comments
 (0)