Skip to content

Commit

Permalink
use correct tests folder
Browse files Browse the repository at this point in the history
-----------------------------
  • Loading branch information
leslievandemark committed Jan 24, 2024
1 parent ca2e1b2 commit f4c6fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
command: |
source ~/.virtualenvs/tap-marketo/bin/activate
pip install nose2 parameterized nose2[coverage_plugin]>=0.6.5
nose2 --with-coverage -v -s tests/unittests
nose2 --with-coverage -v -s tests
- store_test_results:
path: test_output/report.xml
- store_artifacts:
Expand Down

0 comments on commit f4c6fab

Please sign in to comment.