From d85a2d34f3bebcbbe437e99ec48367d1da23211a Mon Sep 17 00:00:00 2001 From: Steven Yuan Date: Thu, 9 May 2024 09:29:45 -0700 Subject: [PATCH] Update CI to be more resilient --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb32eafe7fc..cc4ddd5c0e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,9 @@ jobs: test-typescript: runs-on: smithy-typescript_ubuntu-latest_8-core name: TypeScript Test ${{ matrix.node }} + needs: ['ensure-typescript-packages-have-changesets', 'lint-typescript', 'ensure-typescript-formatted'] strategy: + fail-fast: false matrix: node: [16, 18, 20, 22]