Skip to content

Commit

Permalink
fix: fix test run script command
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamgambhir97 committed Nov 1, 2023
1 parent 819e861 commit ea268b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
- name: Run your tests
run: |
python -m pytest -s agents_tests/test_fetch_agents.py
cd agents_test
python -m pytest -s test_fetch_agents.py

0 comments on commit ea268b4

Please sign in to comment.