There was an error while loading. Please reload this page.
1 parent 1a43302 commit 4933abeCopy full SHA for 4933abe
.github/workflows/gradle.yml
@@ -15,5 +15,7 @@ jobs:
15
version: "0.11.14"
16
- name: Build module 'aws-instance-first-script'
17
run: cd aws-instance-first-script && terraform init && terraform validate && terraform plan
18
+ continue-on-error: true
19
- name: Build module 'ebs-with-userdata'
- run: cd ebs-with-userdata && terraform init && terraform validate && terraform plan
20
+ run: cd ebs-with-userdata && terraform init && terraform validate && terraform plan
21
0 commit comments