Skip to content

Commit

Permalink
Add PSModule initialization step to coverage report workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Dec 16, 2024
1 parent 7fb98b0 commit f7a6536
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Set-CoverageReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Initialize-PSModule
uses: PSModule/Initialize-PSModule@v1

- name: Update coverage report
uses: PSModule/GitHub-Script@v1
with:
Expand Down

0 comments on commit f7a6536

Please sign in to comment.