-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Improve GitHub Actions workflow for Terraform testing
Major changes: - Change from pull_request_target to pull_request to ensure tests run with PR's workflow version - Update checkout action from v2.3.3 to v4 for better security and performance - Add max-parallel: 1 to matrix strategy to run Terraform version tests sequentially - Update Terraform versions to test against: - Remove '0.13.7' - Add '0.14.11' and '1.5.3' - Clean up workflow structure and naming for better clarity - Rename job from "Matrix Test" to "Test Terraform {version}" - Remove redundant comments - Consistent formatting throughout the file These changes ensure tests run sequentially for each Terraform version while maintaining the ability to easily add/remove versions through the matrix config. The workflow now runs more reliably and uses the correct version from PR branches.
- Loading branch information
Shani Erman
authored and
Shani Erman
committed
Feb 12, 2025
1 parent
6a848ce
commit f501591
Showing
2 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.