feat: implement github actions for testing

This commit is contained in:
Aarnav Tale
2023-01-25 00:58:09 -05:00
parent 22ac3ce88d
commit 7446d29d60

16
.github/workflows/test.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Kubectl Action
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup tale/kubectl-action
uses: tale/kubectl-action@v1
with:
base64-kube-config: ${{ secrets.KUBE_CONFIG }}
- name: Test the output of `kubectl cluster-info`
run: kubectl cluster-info