From 59dde4a1e6e529f97946736268f4ad8e7b08c257 Mon Sep 17 00:00:00 2001 From: Amit Levy Date: Wed, 15 May 2024 10:38:54 +0300 Subject: [PATCH] Fixed run-tests workflow --- .github/workflows/runTest.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/runTest.yml b/.github/workflows/runTest.yml index e36b577..1796b55 100644 --- a/.github/workflows/runTest.yml +++ b/.github/workflows/runTest.yml @@ -15,10 +15,9 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.10' - - run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.3.10-x64 - flutter build bundle + channel: stable + flutter-version: 3.19.0 + - run: flutter --version - name: Install dependencies run: flutter pub get