Skip to content

Commit

Permalink
Re-enable Node tests for Dart dev (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 20, 2021
1 parent f33b934 commit c247890
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 c247890

Please sign in to comment.