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:
commit
6ddba9902d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -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 ./...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue