Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kondoumh committed Oct 21, 2023
1 parent 4ef86d4 commit be36e82
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
- name: Test
run: |
ls -l ~/bin
helmfile --version
kubectl version --client
helm version
helm plugin list
helmfile --version | grep 0.148.1
kubectl version --client --short | grep 1.24.7
helm version | grep v3.10.2
helm plugin list | grep diff
helm plugin list | grep s3
install_helmfile_with_version:
runs-on: ubuntu-latest
Expand Down

0 comments on commit be36e82

Please sign in to comment.