File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ jobs:
8181 run : |
8282 IMAGE_TAG=$(echo "$IMAGE_TAGS" | head -n1)
8383 echo "Testing tools image: $IMAGE_TAG"
84-
84+
8585 # Version checks
8686 docker run --rm "$IMAGE_TAG" terraform --version
8787 docker run --rm "$IMAGE_TAG" terraform-docs --version
8888 docker run --rm "$IMAGE_TAG" tflint --version
89-
89+
9090 # Functional tests
9191 echo "Testing basic functionality..."
9292 docker run --rm -v "$(pwd)/tests:/workspace" -w /workspace "$IMAGE_TAG" terraform init -backend=false || echo "terraform init test passed"
Original file line number Diff line number Diff line change 1111 - ' **/*.py'
1212 - ' **/*.sh'
1313 - Dockerfile*
14- - .pre-commit-hooks.yaml
15- paths-ignore :
16- - ' tests/**'
14+ - .pre-commit-hooks.yaml
15+ paths-ignore :
16+ - tests/**
1717
1818
1919jobs :
You can’t perform that action at this time.
0 commit comments