Skip to content

Commit 7eb1b2d

Browse files
authored
Update tests.yml
1 parent dd8773b commit 7eb1b2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

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

2220
- name: "Test"
2321
run: |

0 commit comments

Comments
 (0)