Skip to content

Commit

Permalink
fixed license path
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Nov 8, 2024
1 parent 661ecc4 commit 483679c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/int-test-gcp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ jobs:
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
sudo mv kustomize /usr/local/bin/
- name: Verify kubectl Configuration
run: |
kubectl config current-context
- name: Run Integration Tests
run: |
export GCP_SERVICE_ACCOUNT_KEY=${{ secrets.GCP_SERVICE_ACCOUNT_KEY_BASE64 }}
Expand Down

0 comments on commit 483679c

Please sign in to comment.