Skip to content

Commit

Permalink
Update .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Neha Oudin <[email protected]>
  • Loading branch information
MiaAltieri and Gu1nness authored Dec 6, 2024
1 parent b3c0108 commit 511a107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ jobs:
fetch-depth: 0

- name: lint charm module
working-directory: ./terraform
run: |
pushd ./terraform
terraform init
terraform fmt
terraform validate
pushd ./tests
- name: lint test charm module
working-directory: ./terraform/tests
run: |
terraform init
terraform fmt
terraform validate
popd
popd
- name: run checks - prepare
run: |
sudo snap install juju --channel=3.6/beta --classic
Expand Down

0 comments on commit 511a107

Please sign in to comment.