Skip to content

Commit ec5a5e6

Browse files
Update widget_test.yml
1 parent f555180 commit ec5a5e6

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/widget_test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,11 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
# Include the java action
2019
- uses: actions/setup-java@v1
2120
with:
2221
java-version: '12.x'
23-
# Include the flutter action
2422
- uses: subosito/flutter-action@v1
2523
with:
26-
channel: 'stable'
27-
- name: Install dependencies
28-
# Get flutter packages
29-
run: flutter pub get
30-
# Run widget tests
31-
- name: Run tests
32-
run: flutter test
24+
flutter-version: '1.9.1+hotfix.6'
25+
- run: flutter pub get
26+
- run: flutter test

0 commit comments

Comments
 (0)