Skip to content

Commit 480c8c8

Browse files
Update widget_test.yml
1 parent 8a977d9 commit 480c8c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/widget_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Install dependencies
20-
run: pub get
20+
run: flutter pub get
2121
- name: Run tests
22-
run: pub run test
22+
run: flutter pub run test

0 commit comments

Comments
 (0)