Skip to content

Commit

Permalink
Reverting makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joanne-doyle7-NHSD committed May 7, 2024
1 parent 6c1c64f commit d105cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ release: clean publish build-proxy
TEST_CMD := @APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN) \
poetry run pytest -v \
--color=yes \
--api-name=validated-relationships \
--api-name=validated-relationships-service-api \
--proxy-name=$(PROXY_NAME) \
-s

Expand All @@ -82,4 +82,4 @@ smoketest-prod:

test-prod:
$(PROD_CMD) \
--junitxml=test-report.xml \
--junitxml=test-report.xml \

0 comments on commit d105cde

Please sign in to comment.