diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 0482aec..490605c 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -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: @@ -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 diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 394ca76..8f6d237 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -1,6 +1,5 @@ name: Pester Tests -# Controls when the workflow will run on: push: branches: @@ -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