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

Don't fail-fast on actions jobs, we want to see all variants

This commit is contained in:
Ross McFarland
2022-03-09 07:11:33 -08:00
parent ddc7b22007
commit f7e080617b
2 changed files with 2 additions and 0 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,6 +5,7 @@ jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
modules:
- octodns/octodns-azure