Skip to content

fix: support terraform tests in both test/ and tests/ directories#7

Merged
mpsbp127 merged 1 commit into
mainfrom
fix/test_dir
Mar 16, 2026
Merged

fix: support terraform tests in both test/ and tests/ directories#7
mpsbp127 merged 1 commit into
mainfrom
fix/test_dir

Conversation

@mpsbp127
Copy link
Copy Markdown
Contributor

Summary

  • Expand CI terraform test discovery to support both test/** and tests/** directory conventions.
  • Keep existing behavior for running terraform test, but prevent skipping tests when repositories use tests/ instead of test/.
    Why
  • Different Terraform projects use either test/ or tests/ for test files.
  • This change makes the workflow more robust and avoids false negatives where tests exist but are not executed due to directory naming.

@mpsbp127 mpsbp127 self-assigned this Mar 16, 2026
@mpsbp127 mpsbp127 requested a review from a team as a code owner March 16, 2026 14:02
@mpsbp127 mpsbp127 enabled auto-merge (squash) March 16, 2026 14:04
@mpsbp127 mpsbp127 disabled auto-merge March 16, 2026 14:04
@mpsbp127 mpsbp127 enabled auto-merge (squash) March 16, 2026 14:04
@mpsbp127 mpsbp127 merged commit c8c29a7 into main Mar 16, 2026
1 check passed
@mpsbp127 mpsbp127 deleted the fix/test_dir branch March 16, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants