Skip to content

Commit 9cda0eb

Browse files
committed
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.
1 parent bbf627b commit 9cda0eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747

4848
- name: Install daily
4949
if: ${{ github.event_name == 'schedule' || github.event_name == 'merge_group' }}
50+
continue-on-error: true
5051
shell: pwsh
5152
run: ./pwsh/tools/install-powershell.ps1 -Daily
5253

0 commit comments

Comments
 (0)