Skip to content

Commit

Permalink
remove integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clbx committed May 27, 2024
1 parent a369b67 commit 150d35b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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



0 comments on commit 150d35b

Please sign in to comment.