Skip to content

Commit

Permalink
Merge pull request #27 from SamErde/patch-1
Browse files Browse the repository at this point in the history
Update BuildModule.yml
  • Loading branch information
PrzemyslawKlys authored Aug 15, 2024
2 parents 963c57c + 5de1450 commit 4b27d27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BuildModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Test with Pester
shell: pwsh
Expand All @@ -39,7 +39,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Test with Pester
shell: pwsh
Expand All @@ -55,12 +55,12 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Test with Pester
shell: pwsh
run: .\PSPublishModule.Tests.ps1

- name: Build Module
shell: pwsh
run: .\Build\Build-Module.ps1
run: .\Build\Build-Module.ps1

0 comments on commit 4b27d27

Please sign in to comment.