From 4458234a83c10ac6dd3400033c38d348e9d29f7e Mon Sep 17 00:00:00 2001 From: Andrews Cordolino Sobral Date: Mon, 11 Mar 2024 23:15:25 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9ebb7ea..c133d56 100644 --- a/Makefile +++ b/Makefile @@ -61,8 +61,9 @@ test: get_env test_using_secrets: @echo "Running tests using GitHub Secrets..." - @. env/bin/activate && $(PYTHON) -m pip install --upgrade pytest pytest-cov - @. env/bin/activate && $(PYTHON) -m pytest --metadata proactive_url $(GITHUB_PROACTIVE_URL) --metadata username $(GITHUB_PROACTIVE_USERNAME) --metadata password $(GITHUB_PROACTIVE_PASSWORD) --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html + pwd + find . + @. env/bin/activate && $(PYTHON) -m pytest --metadata proactive_url $(GITHUB_PROACTIVE_URL) --metadata username $(GITHUB_PROACTIVE_USERNAME) --metadata password $(GITHUB_PROACTIVE_PASSWORD) --junit-xml=build/reports/TEST-report.xml @echo "Tests completed using GitHub Secrets." publish_test: