Skip to content

Commit

Permalink
Verify porchctl install
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed Feb 23, 2024
1 parent 1b48d48 commit a271dfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/porchctl-cli-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
go build -o ${GITHUB_WORKSPACE}.build/ ./cmd/porchctl
chmod -x ${GITHUB_WORKSPACE}.build/porchctl
mv ${GITHUB_WORKSPACE}.build/porchctl /usr/local/bin/porchctl
echo $PATH
porchctl -h
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
Expand Down

0 comments on commit a271dfb

Please sign in to comment.