Skip to content

Commit

Permalink
verbose unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaflott committed Oct 4, 2024
1 parent 4f959bd commit 7ec266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
# try to make sure the right things are in GITHUB_PATH
echo $CONDA/envs/fre-workflows/bin >> $GITHUB_PATH
cylc lint -v || echo "cylc lint threw non-zero exit code"
cd data_lineage && python -m unittest discover -s test; cd -
cd data_lineage && python -m unittest discover -s test -v; cd -

0 comments on commit 7ec266b

Please sign in to comment.