Skip to content

Commit

Permalink
Fix aliro-unit_tester name on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-m-dev committed Oct 7, 2024
1 parent 1ababe1 commit 4d3a256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aliro_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
git lfs fetch --all
git lfs pull
docker run -v $(pwd):/appsrc -w /appsrc aliro_unit_tester coverage run -m nose -s -v ai/tests/test_sklearn_api.py
docker run -v $(pwd):/appsrc -w /appsrc aliro-unit_tester coverage run -m nose -s -v ai/tests/test_sklearn_api.py
coverage combine
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
Expand Down

0 comments on commit 4d3a256

Please sign in to comment.