Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 23 Jan 15:59
619d5c5

🧪 Test: Important file changes detection feature (#18)

Summary

This PR tests the new important file changes detection feature in Get-PSModuleSettings.

What's being tested

The workflow chain:

  • MariusTestModuleProcess-PSModule@test/important-file-changesGet-PSModuleSettings@feature/important-file-changes

Expected behavior

Since this PR only changes .github/workflows/Process-PSModule.yml (which is in the important files list), the build/test stages should run.

Important files that trigger build/test:

  • .github/workflows/Process-PSModule.yml ✓ (changed in this PR)
  • src/**
  • examples/**
  • README.md

Verification

Check the workflow run logs for:

  1. "Check for Important File Changes" log group
  2. HasImportantChanges: True in the output
  3. Build and test jobs should run