Skip to content

Commit

Permalink
Set up Dart for the TS unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Apr 19, 2021
1 parent 0b78399 commit b8a05bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with: {node-version: "${{ env.NODE_VERSION }}"}
- uses: dart-lang/setup-dart@v1
with: {sdk: stable}
- run: npm install
- run: npm test

Expand Down

0 comments on commit b8a05bf

Please sign in to comment.