Skip to content

Commit

Permalink
changed test.yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
emilinmathew committed Aug 13, 2024
1 parent cc9cedc commit 0e35e01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/img2text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flask
- name: Start Flask server
run: |
FLASK_APP=applications/create_0dmodel/app.py flask run --host=0.0.0.0 --port=8901 &
sleep 10 # Wait for the server to start
- name: Run Cypress tests
uses: cypress-io/github-action@v5
with:
Expand Down

0 comments on commit 0e35e01

Please sign in to comment.