Skip to content

Commit eeab970

Browse files
committed
add a list
1 parent c8ac3a8 commit eeab970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: move to dargon2 main lib
15-
run: cd dargon2
15+
run: cd dargon2 && ls
1616
- name: Install dependencies
17-
run: pub get
17+
run: ls && pub get
1818
- name: Run tests
1919
run: pub run test

0 commit comments

Comments
 (0)