Compare commits

..
7 Commits
Author SHA1 Message Date
HarithaandGitHub e7aee39f18 Add conditional check for Pester installation 2025-11-05 12:39:58 -06:00
673d91c21a Aligning indentation
Co-authored-by: Copilot <[email protected]>
2025-11-05 12:37:27 -06:00
HarithaandGitHub d233269615 Clean up build-tool-packages.yml by removing comments
Removed commented-out test run section from workflow.
2025-11-05 12:18:53 -06:00
HarithaandGitHub 816a9a3331 Refactor Pester installation step in workflow 2025-11-03 12:07:42 -06:00
HarithaandGitHub 6c48f687bd Install Pester before running tests
Added a step to install Pester before running tests.
2025-11-03 11:53:28 -06:00
HarithaandGitHub e60ec8ae98 Update Pester invocation with configuration options 2025-11-03 11:29:12 -06:00
HarithaVattikuti db2ae0a36e chore: update macOS version in build workflow to 15-intel 2025-11-03 10:38:51 -06:00
+3 -3
View File
@@ -147,7 +147,7 @@ jobs:
- name: Setup Go ${{ inputs.tool-version }}
if: inputs.tool-name == 'go'
uses: actions/setup-go@v6
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.tool-version }}
@@ -228,7 +228,7 @@ jobs:
}
- name: Upload release assets
uses: actions/github-script@v8
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
@@ -252,7 +252,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger "Create Pull Request" workflow
uses: actions/github-script@v8
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |