simple openapi2jsonschema tests

This commit is contained in:
Yann Hamon 2021-09-26 17:02:34 +02:00
parent dcc77ac3a3
commit 19be42b9a6
4 changed files with 84 additions and 65 deletions

View file

@ -22,9 +22,9 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: acceptance-test
- name: test
working-directory: ./scripts
run: make docker-acceptance
run: make docker-test docker-acceptance
goreleaser:
runs-on: ubuntu-latest