Skip to content

Commit 46ed997

Browse files
committed
Fix binary bashunit
1 parent 9b4cea6 commit 46ed997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

2020
- name: "Test"
21-
run: "./lib/bashunit tests/*_test.sh"
21+
run: "./bashunit tests/*_test.sh"

0 commit comments

Comments
 (0)