We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424f33e commit 9708414Copy full SHA for 9708414
.github/workflows/widget_test.yml
@@ -16,6 +16,6 @@ jobs:
16
java-version: '12.x'
17
- uses: subosito/flutter-action@v1
18
with:
19
- channel: 'latest'
+ channel: 'stable'
20
- run: flutter pub get
21
- run: flutter test
0 commit comments