Skip to content

Commit

Permalink
fix config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Dec 10, 2024
1 parent 2c522e5 commit 5759aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
name: 'Unit Tests'
command: |
source /usr/local/share/virtualenvs/tap-impact/bin/activate
pip install nose coverage parameterized
nosetests --with-coverage --cover-erase --cover-package=tap_impact --cover-html-dir=htmlcov tests/unittests
pip install nose2 parameterized nose2[coverage_plugin]>=0.6.5
nose2 --with-coverage -v -s tests/unittests
coverage html
# - add_ssh_keys
# TODO | https://stitchdata.atlassian.net/browse/SRCE-4593 (SRCE-4593 -> SRCE-4597)
Expand Down

0 comments on commit 5759aa8

Please sign in to comment.