From 1709eea29bd3bceeefe4834cd975ad61f7ab3a57 Mon Sep 17 00:00:00 2001 From: Luciano Jung Date: Sun, 28 Apr 2024 13:00:26 +0200 Subject: [PATCH] comment out testing using github actions --- .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 57d3801..bf7185d 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -41,5 +41,5 @@ jobs: # Your project will need to have tests in test/ and a dependency on # package:test for this step to succeed. Note that Flutter projects will # want to change this to 'flutter test'. - - name: Run tests - run: dart test +# - name: Run tests +# run: dart test