Skip to content

Commit

Permalink
Added test_cases yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 committed Oct 16, 2023
1 parent c23b4a6 commit 6ba7b8d
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 @@ -22,5 +22,5 @@ jobs:
pip install -U Flask
pip install -U flask-cors
- name: Running test cases for searching
run: python3 -u -m ../../test/tests.py
run: python -u -m ../../test/tests.py

0 comments on commit 6ba7b8d

Please sign in to comment.