Skip to content

Commit

Permalink
adding checkout for repository inside the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Oct 5, 2023
1 parent d50384f commit b735c9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
- name: install terraform
uses: hashicorp/setup-terraform@v2
- name: checkout repository
uses: actions/checkout@v3
with:
submodules: 'true'
- name: changing directory
run: cd infra
run: cd infra/
- name: terraform init
run: terraform init
- name: terraform plan
Expand Down

0 comments on commit b735c9f

Please sign in to comment.