1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #884 from octodns/no-fail-fast

Don't fail-fast on actions jobs, we want to see all variants
This commit is contained in:
Ross McFarland
2022-03-09 07:17:03 -08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches,
python-version: ['3.7', '3.8', '3.9', '3.10']

View File

@@ -5,8 +5,9 @@ jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
modules:
module:
- octodns/octodns-azure
- octodns/octodns-cloudflare
- octodns/octodns-constellix