Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewssobral committed Mar 11, 2024
1 parent a9530df commit 4458234
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4458234

Please sign in to comment.