Skip to content

Commit

Permalink
Fixed run-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent 937b569 commit 59dde4a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/runTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59dde4a

Please sign in to comment.