We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f555180 commit ec5a5e6Copy full SHA for ec5a5e6
1 file changed
.github/workflows/widget_test.yml
@@ -16,17 +16,11 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- # Include the java action
20
- uses: actions/setup-java@v1
21
with:
22
java-version: '12.x'
23
- # Include the flutter action
24
- uses: subosito/flutter-action@v1
25
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
+ flutter-version: '1.9.1+hotfix.6'
+ - run: flutter pub get
+ - run: flutter test
0 commit comments