From 28ae8fa899f31ee8c814434103b177771ab150e0 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 13 May 2024 15:46:27 +0100 Subject: [PATCH] ci: npx yes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a94dfe..484219d 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ consumer_project_test: ## Test the templated project with Pact cd typescript-fetch-pact-consumer && npm test consumer_project_verify_pact_openapi: ## Verify the templated project with Pact and OpenAPI - npx @pactflow/swagger-mock-validator openapi/openapi.yaml typescript-fetch-pact-consumer/pacts/DefaultApi-consumer-DefaultApi.json + npx --yes @pactflow/swagger-mock-validator openapi/openapi.yaml typescript-fetch-pact-consumer/pacts/DefaultApi-consumer-DefaultApi.json ################################ ### API Func Testing - SoapUI ###