-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,24 +54,24 @@ jobs: | |
path: | | ||
./kubectl-browse-pvc | ||
LICENSE | ||
integration-tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Create KIND Cluster | ||
uses: helm/[email protected] | ||
with: | ||
cluster_name: testing | ||
|
||
- name: Get cluster info | ||
run: | | ||
kubectl cluster-info | ||
kubectl get nodes | ||
- name: Check out Code | ||
uses: actions/[email protected] | ||
|
||
- name: Download Artifacts | ||
uses: actions/download-artifact@v4 | ||
# integration-tests: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Create KIND Cluster | ||
# uses: helm/[email protected] | ||
# with: | ||
# cluster_name: testing | ||
|
||
# - name: Get cluster info | ||
# run: | | ||
# kubectl cluster-info | ||
# kubectl get nodes | ||
|
||
# - name: Check out Code | ||
# uses: actions/[email protected] | ||
|
||
# - name: Download Artifacts | ||
# uses: actions/download-artifact@v4 | ||
|
||
|
||
|