Skip to content

Commit 3da77e3

Browse files
committed
Fix: CI `fail fast' prevented debug on other OS
1 parent 8950bd0 commit 3da77e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-deb-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
name: "Build ${{ matrix.os }} Package"
88
runs-on: ubuntu-latest
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os: ["debian-11", "debian-12", "ubuntu-22.04"]
1213
include:

.github/workflows/test-on-droplets-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
timeout-minutes: 10
2727

2828
strategy:
29+
fail-fast: false
2930
matrix:
3031

3132
# Check compatibility with all supported OSes.

0 commit comments

Comments
 (0)