1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-18 15:05:45 +00:00

Merge pull request #1 from imjasonh/copilot/add-gha-workflow-for-prs

Add GHA CI workflow: build, test, and e2e on KinD with Knative
This commit is contained in:
Jason Hall 2026-02-27 19:16:26 -05:00 committed by GitHub
commit 6ddba9902d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,9 @@ jobs:
go build ./cmd/sync-controller/
go build ./cmd/resolver-controller/
- name: Test
run: go test ./...
- name: Vet
run: go vet ./...