Skip to content

Commit

Permalink
ci: run Argo to test our workflows
Browse files Browse the repository at this point in the history
Stand up a kind cluster and install Argo to test our workflows.
  • Loading branch information
cardoe committed Aug 28, 2024
1 parent 72b3716 commit ec5e8e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/argo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit ec5e8e2

Please sign in to comment.