From 9abfe2e125ef1f7da2cf3de330eaa148191bafcb Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sat, 4 Nov 2023 06:42:13 -0700 Subject: [PATCH] disable tests --- .github/workflows/publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1410a14..8123249 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,11 +38,11 @@ jobs: name: Modules path: ${{github.workspace}}/output - - name: Upload Tests - uses: actions/upload-artifact@v3 - with: - name: PesterTests - path: ${{github.workspace}}/Tests + # - name: Upload Tests + # uses: actions/upload-artifact@v3 + # with: + # name: PesterTests + # path: ${{github.workspace}}/Tests - name: Upload RequiredModules.psd1 uses: actions/upload-artifact@v3 @@ -115,7 +115,7 @@ jobs: publish: needs: - build - - test + # - test runs-on: ubuntu-latest steps: