feat: add Tekton Pipelines for integration testing #25

Merged
rock merged 13 commits from feat/tekton-integration-testing into main 2026-09-13 22:50:13 +00:00
Showing only changes of commit f47fecc589 - Show all commits
+2 -1
View File
@@ -60,7 +60,8 @@ jobs:
run: |
mkdir -p ~/.kube
echo "${KUBECONFIG_B64}" | base64 -d > ~/.kube/config
kubectl cluster-info
kubectl get pipelineruns -n api --no-headers | head -1 || echo 'No PipelineRuns yet'
echo '✓ kubeconfig works'
env:
KUBECONFIG_B64: ${{ secrets.KUBECONFIG_B64 }}