Skip to content

Commit

Permalink
👷 Updates Validation Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brucificus committed Sep 27, 2023
1 parent a199d50 commit d3e28d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Lint with PSScriptAnalyzer
uses: pwshrc/[email protected].8
uses: pwshrc/[email protected].9
with:
run: ./build/lint.ps1 -CI -NoFail:([bool]"${{ secrets.MANDATE_LINT_SUCCESS != 'true' }}")

Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- name: Populate GitVersion variables
id: gitversion_vars
uses: pwshrc/[email protected].5
uses: pwshrc/[email protected].6
with:
mode: 'upload'

Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create release notes
uses: pwshrc/[email protected].6
uses: pwshrc/[email protected].7
with:
mode: 'upload'
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -48,17 +48,17 @@ jobs:
uses: actions/checkout@v4
- name: Populate GitVersion
id: gitversion_vars
uses: pwshrc/[email protected].5
uses: pwshrc/[email protected].6
with:
mode: 'download'
- name: Populate release notes
id: get-releasenotes
uses: pwshrc/[email protected].6
uses: pwshrc/[email protected].7
with:
mode: 'download'
github_token: "${{ secrets.GITHUB_TOKEN }}"
- name: Build PSGallery package
uses: pwshrc/[email protected].8
uses: pwshrc/[email protected].9
env:
PackageVersion: ${{ steps.gitversion_vars.outputs.NuGetVersionV2 }}
ModuleVersionMajor: ${{ steps.gitversion_vars.outputs.Major }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
name: PSGallery-package
path: ./out/
- name: Test with Pester
uses: pwshrc/[email protected].8
uses: pwshrc/[email protected].9
with:
run: ./build/test.ps1 -UsePackageExport -CI -OutputFilesPrefix "${{ matrix.os }}-" -NoFail:([bool]"${{ matrix.experimental }}")
- name: "Create artifact: tests-${{ matrix.os }}"
Expand Down

0 comments on commit d3e28d3

Please sign in to comment.