We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33b934 commit c247890Copy full SHA for c247890
.github/workflows/ci.yml
@@ -97,10 +97,9 @@ jobs:
97
- os: ubuntu-latest
98
dart_channel: stable
99
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 }}"
+ - os: ubuntu-latest
+ dart_channel: dev
+ node_version: "${{ env.DEFAULT_NODE_VERSION }}"
104
105
steps:
106
- uses: actions/checkout@v2
0 commit comments