1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-16 12:21:53 +00:00

drop test.sh, fmt on CI

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2023-11-17 10:44:49 -05:00
parent d13b71d327
commit 8e999f95f4
Failed to extract signature
2 changed files with 5 additions and 7 deletions

View file

@ -17,3 +17,6 @@ jobs:
go-version: '1.21.x'
- uses: actions/checkout@v3
- run: go build ./...
- uses: hashicorp/setup-terraform@v2
- run: terraform fmt -check -recursive

View file

@ -37,13 +37,8 @@ jobs:
with:
project_id: kontaindotme
- name: Terraform Plan
- name: Terraform Plan and Apply
run: |
terraform init
terraform plan -input=false -lock=false -out=plan.tmp
- name: Terraform Apply
run: terraform apply -auto-approve -input=false plan.tmp
- run: ./test.sh
terraform apply -auto-approve -input=false plan.tmp