You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🪲 [Fix]: Restore use of GITHUB_TOKEN and Prescript on module tests (#161)
## Description
This pull request reverts changes to the
`.github/workflows/Test-ModuleLocal.yml` file to restore testing
capabilities and module loading performance.
Details:
* Restored the `GITHUB_TOKEN` environment variable mapping, allowing it
to be used in tests once more.
* Restored the `Prescript` step to preload the module with a specific
version, optimizing module loading during Pester tests.
0 commit comments