Skip to content

Commit 5bafab6

Browse files
authored
Update CI to be more resilient (#1269)
1 parent ebf55a3 commit 5bafab6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
test-typescript:
4646
runs-on: smithy-typescript_ubuntu-latest_8-core
4747
name: TypeScript Test ${{ matrix.node }}
48+
needs: ['ensure-typescript-packages-have-changesets', 'lint-typescript', 'ensure-typescript-formatted']
4849
strategy:
50+
fail-fast: false
4951
matrix:
5052
node: [16, 18, 20, 22]
5153

0 commit comments

Comments
 (0)