test: add test workflow
Some checks failed
Build and Push to Zot / build-and-push (push) Failing after 1s
Some checks failed
Build and Push to Zot / build-and-push (push) Failing after 1s
This commit is contained in:
16
.gitea/workflows/test.yaml
Normal file
16
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: Test Runner
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: k3s-home
|
||||||
|
steps:
|
||||||
|
- name: Test kubectl
|
||||||
|
run: |
|
||||||
|
echo "Testing kubectl..."
|
||||||
|
kubectl version --client
|
||||||
|
kubectl get pods -n gitea
|
||||||
|
echo "GITHUB_SHA: $GITHUB_SHA"
|
||||||
|
echo "Done!"
|
||||||
Reference in New Issue
Block a user