Skip to content

Commit

Permalink
update test for TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jul 22, 2024
1 parent ae4af9d commit 2307555
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: jakebailey/TypeScript
ref: coverage
repository: microsoft/TypeScript
ref: main

- uses: actions/setup-node@v4
with:
node-version: 20
check-latest: true

- run: npm ci
- run: npm i monocart-coverage-reports@latest

- name: Download artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 2307555

Please sign in to comment.