Skip to content

Commit

Permalink
ci: only test swagger-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 13, 2024
1 parent 6ae2a11 commit 20c7434
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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_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

0 comments on commit 20c7434

Please sign in to comment.