Skip to content

Commit

Permalink
Add working directory for Terraform validate steps (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger authored Mar 20, 2024
1 parent a830745 commit 9a06382
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ecdsa_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
run: terraform fmt -check -recursive

- name: Terraform init
working-directory: ./examples/default
run: terraform init -get -backend=false

- name: Terraform validate
working-directory: ./examples/default
run: terraform validate

secret_scan:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/rsa_public_crl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy RSA CA with Public CRL
name: Deploy RSA CA with public CRL
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -35,9 +35,11 @@ jobs:
run: terraform fmt -check -recursive

- name: Terraform init
working-directory: ./examples/rsa-public-crl
run: terraform init -get -backend=false

- name: Terraform validate
working-directory: ./examples/rsa-public-crl
run: terraform validate

secret_scan:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Website
name: Publish website
on:
push:
branches:
Expand Down

0 comments on commit 9a06382

Please sign in to comment.