Skip to content

Commit

Permalink
fix test for kubectl. there's no cluster to run against so we test on…
Browse files Browse the repository at this point in the history
…ly the client
  • Loading branch information
Sebastian Gumprich committed Jan 17, 2023
1 parent 80b9286 commit f4483b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Test the container $IMAGE_NAME:${{ matrix.example }}
run: |
docker run --rm dmc:${{ matrix.example }} ansible --version
docker run --rm dmc:${{ matrix.example }} kubectl version
docker run --rm dmc:${{ matrix.example }} kubectl version --client=true -o yaml
docker run --rm dmc:${{ matrix.example }} helm version
docker run --rm dmc:${{ matrix.example }} terraform version
docker run --rm dmc:${{ matrix.example }} nomad version
Expand Down

0 comments on commit f4483b0

Please sign in to comment.