From 36b43f253c6825aea3991da4a85cf0a0559b6368 Mon Sep 17 00:00:00 2001 From: Zach Merritt Date: Wed, 31 May 2023 14:27:13 -0700 Subject: [PATCH] cleaned up workflow --- .github/workflows/dart.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 77cfbfb..49a5d93 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -14,6 +14,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 + with: + channel: 'stable' # Note: This workflow uses the latest stable version of the Dart SDK. # You can specify other versions if desired, see documentation here: @@ -37,10 +39,6 @@ jobs: - name: Run tests run: flutter test - - uses: subosito/flutter-action@v2 - with: - channel: 'stable' - - name: Collect coverage run: flutter test --coverage . - uses: codecov/codecov-action@v2