From 61123abe97fd666e0117d663336361812b5f17dd Mon Sep 17 00:00:00 2001 From: Mohsen <56779182+mrtnetwork@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:48:53 +0330 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 250b1e5..1a51bfa 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -38,7 +38,8 @@ 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 ./test - name: Run tests Web run: dart test ./test -p chrome --timeout=120s + - name: Run tests + run: dart test ./test +