Skip to content

Commit 2bc6156

Browse files
author
IanTapply22
committed
2 parents 0bc5f67 + 5b6d348 commit 2bc6156

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: subosito/flutter-action@v1
2323
with:
2424
channel: 'beta' # 'dev', 'alpha', default to: 'stable'
25-
# flutter-version: '1.12.x' # you can also specify exact version of flutter
25+
flutter-version: '3.7.x' # you can also specify exact version of flutter
2626

2727
# Get flutter dependencies.
2828
- run: flutter pub get
@@ -34,13 +34,13 @@ jobs:
3434
- run: flutter analyze .
3535

3636
# Run widget tests for our flutter project.
37-
- run: flutter test
37+
# - run: flutter test
3838

3939
# Build apk suited for scouting tablets.
40-
- run: flutter build appbundle --target-platform android-arm
40+
# - run: flutter build appbundle --target-platform android-arm
4141

4242
# Upload generated apk to artifacts for the current action.
43-
- uses: actions/upload-artifact@v1
44-
with:
45-
name: release-apk
46-
path: build/app/outputs/apk/release/app-release.apk
43+
# - uses: actions/upload-artifact@v1
44+
# with:
45+
# name: release-apk
46+
# path: build/app/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)