Skip to content

Commit

Permalink
ci: setup soapui project
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 13, 2024
1 parent b88234f commit 5bdef49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
- run: make do_openapi_lint || true
- run: make provider_mock_prism &
- run: sleep 15 && make request
- run: make do_openapi2soapui
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ provider_start_test_stop: ## Runs the provider project and tests with SoapUI
##############################

sleep:
sleep 2
sleep 15

docker_stop_all:
docker stop $$(docker ps -a -q)
Expand Down

0 comments on commit 5bdef49

Please sign in to comment.