mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
fix workspace location
This commit is contained in:
parent
adcc1b98c3
commit
7414d97f0d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
run: echo "${{ secrets.GCP_JSON }}" | base64 -d > output_file.txt
|
||||
- run: gcloud auth activate-service-account --key-file output_file.txt
|
||||
- name: Initiate Terraform
|
||||
run: terraform init
|
||||
run: cd terraform
|
||||
- run: terraform init
|
||||
- name: Dry run Terraform
|
||||
run: terraform plan
|
Loading…
Reference in a new issue