Skip to content

add reaction to command comments #12

add reaction to command comments

add reaction to command comments #12

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.8"
- uses: helm/kind-action@v1
with:
cluster_name: kind
- run: helm dependency update ./charts/argocd
- run: go mod download
- run: go test ./pkg/...
- run: go test ./test/integration/ --create-crds "true"