From f7e080617b878a2762936758e83869aee62d8ba1 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Wed, 9 Mar 2022 07:11:33 -0800 Subject: [PATCH 1/2] Don't fail-fast on actions jobs, we want to see all variants --- .github/workflows/main.yml | 1 + .github/workflows/modules.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 656a8ae..c082948 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'] diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 3df0709..f8c03c4 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -5,6 +5,7 @@ jobs: ci: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: modules: - octodns/octodns-azure From 2ac82f4dfe2dcaffe4f698021dc7474e963989cc Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Wed, 9 Mar 2022 07:14:05 -0800 Subject: [PATCH 2/2] module, not modules --- .github/workflows/modules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index f8c03c4..17407de 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - modules: + module: - octodns/octodns-azure - octodns/octodns-cloudflare - octodns/octodns-constellix