Skip to content

Commit 6e057ba

Browse files
chore: add continue-on-error to build job as one job failure cancels all the other jobs
1 parent e9793d1 commit 6e057ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
build:
1717
name: Build
1818
runs-on: windows-latest
19+
continue-on-error: true # Since remaining jobs are just cancelled on one job failure, we could allow them to finish and report the errors
1920
strategy:
2021
matrix:
2122
wdk:

0 commit comments

Comments
 (0)