diff --git a/.github/workflows/create_test_conda_env.yml b/.github/workflows/create_test_conda_env.yml index 76e2496..bf2c96e 100644 --- a/.github/workflows/create_test_conda_env.yml +++ b/.github/workflows/create_test_conda_env.yml @@ -37,14 +37,14 @@ jobs: # unittests for data_lineage cd data_lineage && python -m unittest discover -s test -v || echo "data_lineage unittest failed."; cd -; - # pytest unittests for regrid-xy - cd app/regrid-xy && pytest -v -v -rx ./t || echo "pytest unittests for regrid-xy failed"; cd -; - + # pytest unittests for regrid-xy + cd app/regrid-xy && pytest -v -v -rx ./t || echo "pytest unittests for regrid-xy failed"; cd -; + # pytest unittests for make-timeseries cd app/make-timeseries && pytest -v -v -rx ./test || echo "pytest for make-timeseries failed"; cd -; - + # pytest unittests for remap-pp-components cd app/remap-pp-components && pytest -v -v -rx ./t/ || echo "pytest for remap-pp-components failed"; cd -; - + # pytest unittests for other things in this repository pytest -v -v -rx ./tests || echo "pytest unittests for root directory failed :-("; \ No newline at end of file