Skip to content

Commit f555180

Browse files
Update widget_test.yml
1 parent 4cbe728 commit f555180

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/widget_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19+
# Include the java action
20+
- uses: actions/setup-java@v1
21+
with:
22+
java-version: '12.x'
1923
# Include the flutter action
2024
- uses: subosito/flutter-action@v1
2125
with:
@@ -25,4 +29,4 @@ jobs:
2529
run: flutter pub get
2630
# Run widget tests
2731
- name: Run tests
28-
run: flutter pub run test
32+
run: flutter test

0 commit comments

Comments
 (0)