We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a0e53 commit f032ebdCopy full SHA for f032ebd
.github/workflows/tests.yml
@@ -18,4 +18,4 @@ jobs:
18
run: "curl -s https://bashunit.typeddevs.com/install.sh"
19
20
- name: "Test"
21
- run: "./lib/bashunit ./tests/*_test.sh"
+ run: "bashunit ./tests/*_test.sh"
0 commit comments