Skip to content

Commit

Permalink
Update Cypress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ylovato01 authored May 7, 2024
1 parent e2d9a5e commit 25644e3
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/Cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,6 @@ jobs:
fi
working-directory: "backend"

run-backend:
needs: build-backend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
working-directory: "backend"

- name: Start Backend Server
run: |
python main.py
Expand All @@ -62,3 +46,6 @@ jobs:
name: cypress-results
path: frontend/cypress/videos




0 comments on commit 25644e3

Please sign in to comment.