Skip to content

Commit 0ef94d3

Browse files
authored
Merge pull request #19 from dart-lang/mit-mit-patch-1
Remove test of discontinued channel input
2 parents 62269b9 + 4139aa1 commit 0ef94d3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/dart.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,3 @@ jobs:
4444
run: |
4545
echo "main() { print('hello world'); }" > hello.dart
4646
dart hello.dart
47-
48-
# TODO: Remove this step after v0.2 (https://github.com/dart-lang/setup-dart/issues/12).
49-
test_deprecated_channel:
50-
runs-on: ubuntu-latest
51-
strategy:
52-
fail-fast: false
53-
matrix:
54-
channel: [ stable ]
55-
steps:
56-
- uses: actions/checkout@v2
57-
- uses: ./
58-
with:
59-
channel: ${{ matrix.channel }}
60-
61-
- name: Run hello world
62-
run: |
63-
echo "main() { print('hello world'); }" > hello.dart
64-
dart hello.dart

0 commit comments

Comments
 (0)