Skip to content

Commit

Permalink
Test source code
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Feb 24, 2024
1 parent bd00916 commit 51a85b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Initialize environment
uses: PSModule/Initialize-PSModule@main

# - name: Test source code
# uses: PSModule/Test-PSModule@main
# with:
# Name: ${{ inputs.Name }}
# Path: src
- name: Test source code
uses: PSModule/Test-PSModule@main
with:
Name: ${{ inputs.Name }}
Path: src

- name: Build module
uses: PSModule/Build-PSModule@main
Expand Down

0 comments on commit 51a85b8

Please sign in to comment.