Skip to content

ci: only test swagger-codegen #10

ci: only test swagger-codegen

ci: only test swagger-codegen #10

Workflow file for this run

name: ci
on:
push:
branches:
- ci
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 13 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- run: make setup
# - run: make do_openapi_lint || true
# - run: make provider_mock_prism &
# - run: sleep 15 && make request
# - run: make do_openapi2soapui
# - run: make do_soapui_test
# - run: docker stop prism
# - run: make do_generate_provider
# - run: make do_provider_test
- run: make do_generate_consumer
- run: make do_consumer_test
- run: make do_consumer_pact_verify_openapi