Skip to content

Commit fbcf6ce

Browse files
committed
tweak workflow slightly
1 parent eeab970 commit fbcf6ce

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/dart-build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
image: google/dart:latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: move to dargon2 main lib
15-
run: cd dargon2 && ls
16-
- name: Install dependencies
17-
run: ls && pub get
1814
- name: Run tests
19-
run: pub run test
15+
run: |
16+
cd dargon2
17+
pub get
18+
pub run test

0 commit comments

Comments
 (0)