Skip to content

Commit dd8773b

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

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
@@ -15,7 +15,9 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: "Install bashunit"
18-
run: "curl -s https://bashunit.typeddevs.com/install.sh"
18+
run: |
19+
"curl -s https://bashunit.typeddevs.com/install.sh"
20+
ls -la
1921
2022
- name: "Test"
2123
run: |

0 commit comments

Comments
 (0)