Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Isdinval authored Jun 3, 2024
1 parent 70d5cfe commit fc13ca3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,3 @@ jobs:
# Option 1: Execute specific test file
run: |
python dashboard_CLOUD_with_UNIT_TESTING.py
# Option 2: Run all tests in 'tests' directory (if applicable)
# run: |
# python -m unittest tests

- name: IV. Upload coverage report (optional) # Requires coverage tool
uses: actions/upload-artifact@v2
with:
name: coverage-report
path: coverage/ # Replace with your coverage report path

0 comments on commit fc13ca3

Please sign in to comment.