Skip to content

Commit

Permalink
Add test to verify the presence of the additional tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dimw committed Apr 7, 2021
1 parent 3201ee4 commit 84f0c8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ jobs:

- name: Image digest
run: echo ${{ steps.docker-build.outputs.digest }}

- name: Test
run: |
less --version
nano --version
kustomize version
kubectl version --client=true

0 comments on commit 84f0c8d

Please sign in to comment.