Skip to content

Commit 7676fd5

Browse files
authored
Update tests.yml
1 parent f9a0e53 commit 7676fd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
run: "curl -s https://bashunit.typeddevs.com/install.sh"
1919

2020
- name: "Test"
21-
run: "./lib/bashunit ./tests/*_test.sh"
21+
run: |
22+
ls -la
23+
"./lib/bashunit ./tests/*_test.sh"

0 commit comments

Comments
 (0)