Skip to content

Commit

Permalink
fix the check to include unittest and the version
Browse files Browse the repository at this point in the history
  • Loading branch information
camalot committed Sep 19, 2023
1 parent 4291cee commit 9deddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
run: helm plugin list | sed 1d | awk '{print $1}' | grep -q '^unittest$'

- name: Check that helm-unittest version is v0.3.4
run: helm plugin list | sed 1d | awk '{print $2}' | grep -q '^v0.3.4$'
run: helm plugin list | sed 1d | awk -v OFS='\t' '{print $1, $2}' | grep $'unittest\t0.3.4$'



Expand Down

0 comments on commit 9deddcb

Please sign in to comment.