Skip to content

Commit

Permalink
Improved GH Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
belibug committed Jul 18, 2024
2 parents c2b8466 + b620c0b commit 744dbea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# This is a basic workflow to help you get started with Actions

name: Publish to Packages

# Controls when the workflow will run
on:
push:
tags:
Expand Down Expand Up @@ -28,6 +31,7 @@ jobs:
run: Invoke-MTTest

- name: 📝 Generate Report
continue-on-error: true
run: |
# Get list of files in the dist directory directory
$Report = New-MDHeader -Text "Output Files 📁" -Level 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Pester Tests

# Controls when the workflow will run
on:
push:
branches:
Expand Down Expand Up @@ -31,6 +30,7 @@ jobs:
run: Invoke-MTTest

- name: 📝 Generate Report
continue-on-error: true
run: |
# Get list of files in the dist directory directory
$Report = New-MDHeader -Text "Output Files 📁" -Level 2
Expand Down

0 comments on commit 744dbea

Please sign in to comment.