Skip to content

Commit

Permalink
Disable TS tests due to incompat between DT and Built-in types
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 14, 2023
1 parent cb97675 commit 26c6a23
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
- defaults with pnpm

# TypeScript
- typescript with npm
- typescript with yarn
- typescript with pnpm
# Disabled for now, we are having a conflict between built-in-types from @ember/test-helpers
# and the types from definitely typed
# - typescript with npm
# - typescript with yarn
# - typescript with pnpm

# flags
- addon-location
Expand Down

0 comments on commit 26c6a23

Please sign in to comment.