Skip to content

Commit 654a8bb

Browse files
committed
disabling fail-fast for troubleshooting
1 parent 3490251 commit 654a8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: Linux, Puppet ${{ matrix.cfg.puppet_version }}, Ruby ${{ matrix.cfg.ruby }}
1212
runs-on: ubuntu-22.04
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
cfg:
1617
- {puppet_version: '7', ruby: '2.7'}

0 commit comments

Comments
 (0)