Skip to content

Commit

Permalink
Wow
Browse files Browse the repository at this point in the history
  • Loading branch information
belibug committed Jul 18, 2024
1 parent 5f6e09b commit b3f0fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
$Report = New-MDHeader -Text "Output Files 📁" -Level 2
$Report += Get-ChildItem -Path ./dist -Recurse | Select-Object Name, Directory | New-MDTable
echo "$Report" >> $GITHUB_STEP_SUMMARY
echo "$Report"
- name: 🧪 Run Pester Tests
run: Invoke-MTTest

0 comments on commit b3f0fea

Please sign in to comment.