From 7be44d306445aa0e71da2ef467685a5c941c43a7 Mon Sep 17 00:00:00 2001 From: Ty Potter Date: Thu, 12 Sep 2024 10:04:59 -0600 Subject: [PATCH] don't fail fast --- .github/workflows/test-sdks-remote.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-sdks-remote.yml b/.github/workflows/test-sdks-remote.yml index 37df446..1e868b0 100644 --- a/.github/workflows/test-sdks-remote.yml +++ b/.github/workflows/test-sdks-remote.yml @@ -13,6 +13,7 @@ jobs: test-sdks: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: sdk: - { repo: "android-sdk", workflow: "test.yaml", ref: "main" }