Skip to content

Commit

Permalink
Update ms5.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Nov 8, 2024
1 parent 61467ea commit 8ee9f2f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,10 @@ jobs:
- name: Run Api
run: |
python3 Backend/main.py &
python3 Backend/app.py &
- name: Run Pytest
run: |
pytest
- name: Run Pylint
run: |
find ./Backend -name "*.py" | xargs pylint

0 comments on commit 8ee9f2f

Please sign in to comment.