From 97283a7f06e92c4880b0ee3e23a2b238bcf160bc Mon Sep 17 00:00:00 2001 From: JdM Date: Tue, 9 Apr 2024 11:34:59 +0200 Subject: [PATCH] fix workflow tests --- .github/workflows/flutter.yml | 2 +- test/{reciper-tests.dart => all_test.dart} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{reciper-tests.dart => all_test.dart} (100%) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 6092eb1..6bf495c 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -39,4 +39,4 @@ jobs: # 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 + run: flutter test diff --git a/test/reciper-tests.dart b/test/all_test.dart similarity index 100% rename from test/reciper-tests.dart rename to test/all_test.dart