Skip to content

Commit e27b9ab

Browse files
committed
Disable TS 7 job for now
1 parent 620db03 commit e27b9ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ jobs:
350350
yarn workspace @examples-type-portability/${{ matrix.example.name }} run test --module ESNext --moduleResolution Node10 --preserveSymLinks --verbatimModuleSyntax false
351351
352352
test-types-native-preview:
353+
if: false # Disabled pending TS 7.0 compatibility fixes
353354
name: 'Test Types: TypeScript Native Preview'
354355
needs: [build]
355356
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)