Skip to content

Commit

Permalink
update to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-George-T committed Oct 25, 2023
1 parent 107a2e2 commit 16b7ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Run linting tests
run: pytest --pylint
continue-on-error: true
continue-on-error: false

- name: Run tests and generate XML report
run: pytest --junitxml=pytest-report.xml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Pytest](https://github.com/Thomas-George-T/Ecommerce-Data-MLOps/actions/workflows/pytest.yml/badge.svg)](https://github.com/Thomas-George-T/Ecommerce-Data-MLOps/actions/workflows/pytest.yml)


# MLOps-Ecomm
# Ecommerce Customer Segmentation MLOps
Work in Progress

# Changelog
Expand Down

0 comments on commit 16b7ad0

Please sign in to comment.