From 6600a02886e55a14a68251dc188b384362d9c268 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 16 Jul 2024 23:01:42 -0500 Subject: [PATCH] Update dart.yml temporarily remove test runner. We will do this locally until we can find a way to restructure it to allow us to automate --- .github/workflows/dart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index e045e61..b8daa2f 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -31,8 +31,8 @@ jobs: # run: flutter analyze # Run tests - - name: Run tests - run: flutter test + # - name: Run tests + # run: flutter test - name: dart-package uses: nikosportolos/dart_package@v0.2.1