Skip to content

Commit

Permalink
just test for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshsadhwani99 committed Aug 6, 2024
1 parent b82870c commit 72d242f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# Backend Setup and Testing
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Install Backend Dependencies
run: pip install -r requirements.txt

- name: Run Backend Unit Tests
run: pytest --html=report.html --self-contained-html --cov=. --cov-report=html

# Frontend Setup and Testing
- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 72d242f

Please sign in to comment.