Skip to content

Commit

Permalink
Re-enable Node tests for Dart dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 19, 2021
1 parent 3849165 commit a7fcff3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -97,10 +97,9 @@ jobs:
- os: ubuntu-latest
dart_channel: stable
node_version: 10
# TODO(nweiz): Re-enable these when dart-lang/sdk#44181 or dart-lang/test#1363 is fixed.
# - os: ubuntu-latest
# dart_channel: dev
# node_version: "${{ env.DEFAULT_NODE_VERSION }}"
- os: ubuntu-latest
dart_channel: dev
node_version: "${{ env.DEFAULT_NODE_VERSION }}"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a7fcff3

Please sign in to comment.