Skip to content

Commit

Permalink
Update ms5.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Oct 31, 2024
1 parent 352af6f commit 2daea5f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run main.py
run: |
python3 Backend/main.py
# Run pytest on your pulled codebase
- name: Test with pytest
run: |
Backend/ pytest
pytest

0 comments on commit 2daea5f

Please sign in to comment.