Skip to content

Commit c247890

Browse files
authored
Re-enable Node tests for Dart dev (#1313)
1 parent f33b934 commit c247890

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,9 @@ jobs:
9797
- os: ubuntu-latest
9898
dart_channel: stable
9999
node_version: 10
100-
# TODO(nweiz): Re-enable these when dart-lang/sdk#44181 or dart-lang/test#1363 is fixed.
101-
# - os: ubuntu-latest
102-
# dart_channel: dev
103-
# node_version: "${{ env.DEFAULT_NODE_VERSION }}"
100+
- os: ubuntu-latest
101+
dart_channel: dev
102+
node_version: "${{ env.DEFAULT_NODE_VERSION }}"
104103

105104
steps:
106105
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)