Skip to content

Commit 2ab2b42

Browse files
committed
update ci
1 parent e3684a8 commit 2ab2b42

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
touch lambdas/functions/control-plane/runners.zip
3131
touch lambdas/functions/gh-agent-syncer/runner-binaries-syncer.zip
3232
touch lambdas/functions/ami-housekeeper/ami-housekeeper.zip
33+
touch lambdas/functions/termination-watcher/termination-watcher.zip
3334
- name: terraform init
3435
run: terraform init -get -backend=false -input=false
3536
- if: contains(matrix.terraform, '1.5.')
@@ -69,7 +70,18 @@ jobs:
6970
matrix:
7071
terraform: [1.5.6, "latest"]
7172
module:
72-
["ami-housekeeper", "download-lambda", "multi-runner", "runner-binaries-syncer", "runners", "setup-iam-permissions", "ssm", "webhook"]
73+
[
74+
"ami-housekeeper",
75+
"download-lambda",
76+
"lambda",
77+
"multi-runner",
78+
"runner-binaries-syncer",
79+
"runners",
80+
"setup-iam-permissions",
81+
"ssm",
82+
"termination-watcher",
83+
"webhook",
84+
]
7385
defaults:
7486
run:
7587
working-directory: modules/${{ matrix.module }}
@@ -118,7 +130,16 @@ jobs:
118130
matrix:
119131
terraform: [1.5.6, "latest"]
120132
example:
121-
["default", "ubuntu", "prebuilt", "arm64", "ephemeral", "windows", "multi-runner"]
133+
[
134+
"default",
135+
"ubuntu",
136+
"prebuilt",
137+
"arm64",
138+
"ephemeral",
139+
"termination-watcher",
140+
"windows",
141+
"multi-runner",
142+
]
122143
defaults:
123144
run:
124145
working-directory: examples/${{ matrix.example }}

0 commit comments

Comments
 (0)