feature/ci-deploy #1

Merged
remoll merged 19 commits from feature/ci-deploy into main 2024-05-04 15:33:39 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9bf047442e - Show all commits

View File

@ -17,7 +17,7 @@ jobs:
- uses: https://github.com/subosito/flutter-action@v2 - uses: https://github.com/subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.19.0 flutter-version: 3.19.6
cache: true cache: true
- run: flutter config --no-cli-animations - run: flutter config --no-cli-animations
- run: flutter pub get -v - run: flutter pub get -v

View File

@ -14,7 +14,7 @@ jobs:
- uses: https://github.com/subosito/flutter-action@v2 - uses: https://github.com/subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.19.0 flutter-version: 3.19.6
cache: true cache: true
- run: flutter pub get - run: flutter pub get
# - run: flutter test # - run: flutter test