Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuguan3 committed Feb 2, 2024
1 parent 8523c98 commit a4b5cd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
# run: |
# python -m pytest -v

- name: Run gunicorn_conf.py
run: |
gunicorn app:app -c gunicorn_conf.py
- name: run the app
run: |
python app.py
- name: Run gunicorn_conf.py
run: |
gunicorn app:app -c gunicorn_conf.py

0 comments on commit a4b5cd6

Please sign in to comment.