Skip to content

Commit

Permalink
starting test work
Browse files Browse the repository at this point in the history
  • Loading branch information
clbx committed Jan 12, 2024
1 parent 8fc2aeb commit 694d8a9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build kubectl-browse-pvc

on:
push:
branches:
- main

jobs:
# unit-tests:
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


0 comments on commit 694d8a9

Please sign in to comment.