Skip to content

Commit

Permalink
flow
Browse files Browse the repository at this point in the history
  • Loading branch information
belibug committed Jun 25, 2024
1 parent 8a54c72 commit ea5c739
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
Install-PSResource -Repository PSGallery -Name ModuleTools -TrustRepository
shell: pwsh

- name: Build Module and Perfor Tests
run: |
Invoke-MTBuild -Verbose
Invoke-MTTest
- name: Build Module
run: Invoke-MTBuild -Verbose
shell: pwsh

- name: Run Pester Tests
run: Invoke-MTTest
shell: pwsh

0 comments on commit ea5c739

Please sign in to comment.