From 52329296f0845e77c5cf89010419fa2d043917d7 Mon Sep 17 00:00:00 2001 From: rlarose Date: Sat, 21 Jun 2025 14:31:02 -0400 Subject: [PATCH] Update .gitea/workflows/Publish Module.yaml --- .gitea/workflows/Publish Module.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.gitea/workflows/Publish Module.yaml b/.gitea/workflows/Publish Module.yaml index 3cea7ea..a462aeb 100644 --- a/.gitea/workflows/Publish Module.yaml +++ b/.gitea/workflows/Publish Module.yaml @@ -7,24 +7,7 @@ on: - '*.*.*' workflow_dispatch: -jobs: - test: - runs-on: ubuntu-22.04 - container: - image: catthehacker/ubuntu:pwsh-latest - - steps: - - name: Check out repository code - uses: actions/checkout@v4 - - - name: Run pester tests and verify all tests pass - shell: pwsh - run: | - Write-Host "Changing to repository directory: ${{ github.workspace }}" - Set-Location -Path ${{ github.workspace }} - Write-Host "Running Pester tests" - Invoke-Pester -Path . -PassThru | Select-Object -ExpandProperty FailedCount | Should -Be 0 -ErrorAction stop - +jobs: deploy: needs: test runs-on: ubuntu-22.04