Skip to content

Commit abf7e66

Browse files
committed
Test
1 parent f032ebd commit abf7e66

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17-
- name: "Install bashunit"
18-
run: "curl -s https://bashunit.typeddevs.com/install.sh"
19-
2017
- name: "Test"
21-
run: "bashunit ./tests/*_test.sh"
18+
run: |
19+
"curl -s https://bashunit.typeddevs.com/install.sh"
20+
"bashunit ./tests/*_test.sh"

0 commit comments

Comments
 (0)