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:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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']
|
||||
|
||||
3
.github/workflows/modules.yml
vendored
3
.github/workflows/modules.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user