Skip to content

Commit ba3650a

Browse files
committed
1 parent 145f442 commit ba3650a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/CI.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,19 @@ jobs:
2323
- run: npm install
2424

2525
# Run tests
26-
- run: npm run test-all
26+
- uses: actions/checkout@v2
27+
with:
28+
repository: microsoft/DefinitelyTyped-tools
29+
ref: refs/pull/448/merge
30+
path: DefinitelyTyped-tools
31+
- run: yarn install
32+
working-directory: DefinitelyTyped-tools
33+
- run: yarn build
34+
working-directory: DefinitelyTyped-tools
35+
- run: npm link
36+
working-directory: DefinitelyTyped-tools/packages/dtslint
37+
- run: npm link @definitelytyped/dtslint
38+
- run: node DefinitelyTyped-tools/packages/dtslint-runner/dist/index.js --path .
2739

2840
- name: "Run Danger"
2941
env:

0 commit comments

Comments
 (0)