add self-test workflow
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (push) Successful in 13s
Test Actions (self-test) / Test SSH deploy action (push) Failing after 17s
Test Actions (self-test) / Test Kubernetes actions (push) Failing after 54s

This commit is contained in:
2026-07-13 21:03:08 -03:00
parent e6b9d99305
commit e8eb378541
3 changed files with 157 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: pipeline-actions-test
namespace: pipeline-actions-test
spec:
replicas: 1
selector:
matchLabels:
app: pipeline-actions-test
template:
metadata:
labels:
app: pipeline-actions-test
spec:
containers:
- name: alpine
image: alpine:3.20
command: ["sleep", "3600"]

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: pipeline-actions-test