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 8ab60fb commit 9c2a833
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Stop Docker
run: |
docker stop $(docker ps -q)
- name: Remove Docker
run: |
docker rm $(docker ps -a -q)
- name: Build Docker
run: |
docker build -f Backend/Docker -t doc Backend/
Expand Down

0 comments on commit 9c2a833

Please sign in to comment.