Skip to content

Commit

Permalink
ci: gen provider project and test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 13, 2024
1 parent 136e0c2 commit 96d627a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- 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 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

0 comments on commit 96d627a

Please sign in to comment.