Skip to content

Commit

Permalink
n.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Nov 2, 2024
1 parent 7e869ac commit 5975b63
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,12 @@ jobs:
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build and Run Docker
run: |
docker build -f Backend/Docker -t doc .
docker run -d -p 5000:5000 doc
# Run pytest on your pulled codebase
- name: Test with pytest
run: |
pytest

0 comments on commit 5975b63

Please sign in to comment.