Skip to content

Commit f3979df

Browse files
committed
Fix ci
1 parent abf7e66 commit f3979df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616

1717
- name: "Test"
1818
run: |
19-
"curl -s https://bashunit.typeddevs.com/install.sh"
20-
"bashunit ./tests/*_test.sh"
19+
curl -s https://bashunit.typeddevs.com/install.sh | bash
20+
./lib/bashunit ./tests/*_test.sh

0 commit comments

Comments
 (0)