Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8540 authored Mar 26, 2024
1 parent fff2754 commit a17ad14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
flask run --host=0.0.0.0 &
env:
FLASK_APP: server.py
FLASK_APP: server.py #update server.py
working-directory: ${{ github.workspace }}/PCP/server/src

- name: Run unit tests
Expand Down

0 comments on commit a17ad14

Please sign in to comment.