From c24789072d2a37f41b4af1776f2774e13013b068 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 19 May 2021 17:31:39 -0700 Subject: [PATCH] Re-enable Node tests for Dart dev (#1313) --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03c5b2c27..7932f81f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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