mirror of
https://github.com/yannh/kubeconform.git
synced 2026-07-01 17:19:30 +00:00
Add go version of openapi2jsonschema to container
This commit is contained in:
parent
4f7cf0fc3e
commit
0f144bb9e6
16 changed files with 98 additions and 7138 deletions
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
|
|
@ -16,21 +16,29 @@ jobs:
|
|||
- name: acceptance-test
|
||||
run: make docker-acceptance
|
||||
|
||||
openapi2jsonschema-test:
|
||||
openapi2jsonschema-go-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: test
|
||||
working-directory: ./scripts
|
||||
run: make docker-test docker-acceptance
|
||||
working-directory: ./openapi2jsonschema-go
|
||||
run: make docker-test
|
||||
|
||||
- name: build
|
||||
working-directory: ./openapi2jsonschema-go
|
||||
run: make docker-build-static
|
||||
|
||||
- name: acceptance-test
|
||||
working-directory: ./openapi2jsonschema-go
|
||||
run: make docker-acceptance
|
||||
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- kubeconform-test
|
||||
- openapi2jsonschema-test
|
||||
- openapi2jsonschema-go-test
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue