diff --git a/.github/workflows/aliro_tests.yml b/.github/workflows/aliro_tests.yml index 36299e038..b0ca629ed 100644 --- a/.github/workflows/aliro_tests.yml +++ b/.github/workflows/aliro_tests.yml @@ -62,6 +62,7 @@ jobs: with: parallel: true flag-name: Unit Test for webapp + debug: true build_pypkg: name: Unit Tests for scikit-learn API @@ -90,6 +91,7 @@ jobs: with: parallel: true flag-name: Unit Test for scikit-learn api + debug: true coveralls_finish: name: Publish Coveralls diff --git a/.gitignore b/.gitignore index a6a17b7bd..142adb3ba 100644 --- a/.gitignore +++ b/.gitignore @@ -62,8 +62,10 @@ MANIFEST .xz *.exe -# *.mp4 package-lock.json package.json package-copy.json -machine/code_runs/ \ No newline at end of file +machine/code_runs/ +machine/test_trained_models/ +projects.sample.json +users.sample.json \ No newline at end of file