Skip to content

Commit c6be154

Browse files
Fix GitHub Action
1 parent a8da72d commit c6be154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sdk: stable
1717

1818
- name: Install dependencies
19-
run: pub get
19+
run: dart pub get
2020

2121
- name: Run tests
22-
run: pub run test
22+
run: dart pub run test

0 commit comments

Comments
 (0)