Skip to content

Commit 8d09943

Browse files
authored
Change to dart pub instead of pub
1 parent fbc7269 commit 8d09943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dargon2_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: dart-lang/setup-dart@v1
2121
- name: Install dependencies
22-
run: pub get
22+
run: dart pub get
2323
- name: Run tests
24-
run: pub run test
24+
run: dart pub run test

0 commit comments

Comments
 (0)