Skip to content

Add DefinitelyTyped tests to CI #1039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Log version
  • Loading branch information
orta committed Jul 8, 2021
commit e0a7a6e64f9e4055277fb90e09144a67bb21ea0d
6 changes: 6 additions & 0 deletions .github/workflows/test_dt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
echo '3'

cp $GITHUB_WORKSPACE/generated/dom.generated.d.ts ../../node_modules/typescript/lib/lib.dom.d.ts
cp $GITHUB_WORKSPACE/generated/dom.iterable.generated.d.ts ../../node_modules/typescript/lib/lib.dom.iterable.d.ts
cp $GITHUB_WORKSPACE/generated/webworker.generated.d.ts ../../node_modules/typescript/lib/lib.webworker.d.ts
cp $GITHUB_WORKSPACE/generated/webworker.iterable.generated.d.ts ../../node_modules/typescript/lib/lib.webworker.iterable.d.ts

node ../../node_modules/typescript/lib/tsc.js -v

node ../../node_modules/typescript/lib/tsc.js
echo '4'

Expand Down