diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 463feed..6bfa11e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Makefile b/Makefile index 0cfe52e..025b541 100644 --- a/Makefile +++ b/Makefile @@ -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)