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
🩹 [Patch]: Fix gh auth status issue + add complex and actual use-case for Set-GitHubOutput (#41)
## Description
This pull request includes significant updates to the
`.github/workflows/TestWorkflow.yml` and `scripts/info.ps1` files to
enhance the workflow and logging capabilities.
Enhancements to `.github/workflows/TestWorkflow.yml`:
* Added new outputs for `MatrixTest`, `ComplexArray`, and
`ComplexArrayJson` to capture and utilize more detailed test results.
* Introduced multiple `LogGroup` sections to improve the readability and
organization of the workflow logs.
* Added a new job `MatrixCreator` to dynamically create a matrix of test
configurations and a dependent job `MatrixTest` to execute the tests
based on the matrix.
Enhancements to `scripts/info.ps1`:
* Improved verbose logging to provide more detailed information about
the authentication type and token status.
* Added logic to preserve the original `$LASTEXITCODE` after checking
the GitHub CLI authentication status.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
0 commit comments