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
## Description
This pull request includes significant changes to the GitHub Actions
workflows and a script file. The changes aim to consolidate workflow
configurations, improve error handling, and add new validation settings.
### Workflow Consolidation and Improvements:
*
[`.github/workflows/Action-Test.yml`](diffhunk://#diff-a12ae5c885b0673c0ff6f70c2670886907590d624626e07da4c52e01aeaf56a4L20-R28):
Consolidated multiple test jobs into a single reusable workflow by
referencing `TestWorkflow.yml` and using matrix strategy for operating
systems.
*
[`.github/workflows/TestWorkflow.yml`](diffhunk://#diff-242a265d6d6bfff6094c9285345022d0e6d7ddde58504dfc80249fafbd89ba2cR1-R239):
Created a new reusable workflow with multiple test jobs, including
`ActionTestBasic`, `ActionTestWithScript`, `ActionTestCommands`,
`ActionTestWithoutToken`, and `ActionTestWithPAT`.
### Validation Settings:
*
[`.github/workflows/Linter.yml`](diffhunk://#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79R32):
Added a new validation setting `VALIDATE_JSCPD` to the environment
variables.
### Script File Enhancements:
*
[`scripts/main.ps1`](diffhunk://#diff-dc2e5a659836b1b73abb03421c567f5018c2755677c4a0aa764cb26117b68011R33-R45):
Improved error handling in the `Install-PSResource` function by adding a
retry mechanism with a delay.
*
[`scripts/main.ps1`](diffhunk://#diff-dc2e5a659836b1b73abb03421c567f5018c2755677c4a0aa764cb26117b68011L4-R5):
Made minor formatting changes to the script output.
## 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