Skip to content

Commit

Permalink
Added unit test action
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikeshrv committed Jan 8, 2025
1 parent 113df94 commit 6302fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: action/setup-python@v4
uses: actions/setup-python@v4
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Run Tests
Expand Down

0 comments on commit 6302fb9

Please sign in to comment.