Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable Node tests for Dart dev #1313

Merged
merged 1 commit into from May 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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