Skip to content

Commit cc8d159

Browse files
committed
test fixes
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
1 parent dfd6a82 commit cc8d159

File tree

7 files changed

+254
-248
lines changed

7 files changed

+254
-248
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Check out code into the Go module directory
3535
uses: actions/checkout@v1
3636

37+
- name: Uninstall Helm 3.x
38+
run: |
39+
sudo rm -rf $(which helm) || true
40+
3741
- name: Test
3842
run: ./hack/coverage.bash
3943

0 commit comments

Comments
 (0)