Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/unit_testing_check_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.29.2
flutter-version: 3.35.2
- run: flutter --version
- name: Install packages
run: flutter pub get
- name: Run generator
run: flutter pub run build_runner build
run: flutter pub run build_runner build --delete-conflicting-outputs
- name: Run test
run: flutter test test
Loading