Skip to content

Commit

Permalink
CI: Added missing make task
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 27, 2019
1 parent d074f46 commit d800fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ setup_venv: ## Setup virtual environment
echo " >> Setting up virtual environment"
${SUDO} PIPENV_IGNORE_VIRTUALENVS=1 pipenv sync -d

functional_test: ## Run functional tests
functional_test: setup_venv ## Run functional tests
cd infracheck && ./functional-test.sh
${SUDO} PIPENV_IGNORE_VIRTUALENVS=1 pipenv run ${PY_BIN} -m unittest discover -s . -p 'functional_test*.py'

Expand Down

0 comments on commit d800fe6

Please sign in to comment.