Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Sep 26, 2024
2 parents 6dcc2a0 + 4b27d27 commit 994ccf2
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 994ccf2

Please sign in to comment.