Skip to content

Commit

Permalink
ci: npx yes
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 13, 2024
1 parent 2a06d50 commit 28ae8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down

0 comments on commit 28ae8fa

Please sign in to comment.