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 6634c89 commit 8f465e3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,21 @@ jobs:
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run Api
- name: Start Database
run: |
python3 Backend/database_files/initdatabase.py
- name: Run Api
run: |
python3 Backend/app.py &
- name: Run Pytest
run: |
pytest
pytest Backend/
- name: Run pylint
run: |
pylint Backend/app.py

0 comments on commit 8f465e3

Please sign in to comment.