From 07b551f84480280161b82c22f785d597db498905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Sun, 28 Apr 2024 13:26:33 +0100 Subject: [PATCH] :construction_worker: break up test CI --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c682572..ff25a24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,6 +63,12 @@ jobs: uses: dart-lang/setup-dart@v1 with: sdk: stable + - id: checkout + name: Checkout repository + uses: actions/checkout@v4 + - id: install_dart_dependencies + name: Install Dart dependencies + run: dart pub get - name: Run the project's tests in Chrome run: dart test --platform chrome continue-on-error: true