Skip to content

Commit 4cbe728

Browse files
Update widget_test.yml
1 parent 480c8c8 commit 4cbe728

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/widget_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19+
# Include the flutter action
20+
- uses: subosito/flutter-action@v1
21+
with:
22+
channel: 'stable'
1923
- name: Install dependencies
24+
# Get flutter packages
2025
run: flutter pub get
26+
# Run widget tests
2127
- name: Run tests
2228
run: flutter pub run test

0 commit comments

Comments
 (0)