Skip to content

Commit

Permalink
Merge pull request #19 from dart-lang/mit-mit-patch-1
Browse files Browse the repository at this point in the history
Remove test of discontinued channel input
  • Loading branch information
mit-mit committed Jan 27, 2021
2 parents 62269b9 + 4139aa1 commit 0ef94d3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,3 @@ jobs:
run: |
echo "main() { print('hello world'); }" > hello.dart
dart hello.dart
# TODO: Remove this step after v0.2 (https://github.com/dart-lang/setup-dart/issues/12).
test_deprecated_channel:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
channel: [ stable ]
steps:
- uses: actions/checkout@v2
- uses: ./
with:
channel: ${{ matrix.channel }}

- name: Run hello world
run: |
echo "main() { print('hello world'); }" > hello.dart
dart hello.dart

0 comments on commit 0ef94d3

Please sign in to comment.