From 5059f7132cf2f18a2f8478adb40e2adb14525328 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:45:08 -0700 Subject: [PATCH] Allow daily PowerShell test to fail Really, it's the installation that's failing because literally the upstream posting of new daily PowerShell builds is broken. If it succeeds, TestFull and the daily schedule will run it. If it doesn't, they'll ignore it because the build script will skip it. --- .github/workflows/ci-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index fc118c0ee..6a6b0936f 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -47,6 +47,7 @@ jobs: - name: Install daily if: ${{ github.event_name == 'schedule' || github.event_name == 'merge_group' }} + continue-on-error: true shell: pwsh run: ./pwsh/tools/install-powershell.ps1 -Daily