Skip to content

ci: run Argo to test our workflows #1

ci: run Argo to test our workflows

ci: run Argo to test our workflows #1

Workflow file for this run

name: kind cluster
on:
push:
pull_request:
workflow_dispatch:
jobs:
argo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: helm/kind-action@v1
- run: |
kubectl apply -k components/argo