Browse Source

Add fail-fast to Install Puppet workflow

main
Gabriel Nagy 3 years ago
parent
commit
18e9009427
No known key found for this signature in database GPG Key ID: A2B2C9C0F6B672B3
  1. 1
      .github/workflows/install_puppet.yaml

1
.github/workflows/install_puppet.yaml

@ -11,6 +11,7 @@ jobs:
name: ${{ matrix.collection }} / ${{ matrix.os.name }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
collection: [ puppet6, puppet7 ]
os: [

Loading…
Cancel
Save