Skip to content

Commit

Permalink
fix: try 3 config tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvJ22 committed Feb 8, 2024
1 parent fe2d41a commit 9fb9903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pip install pytest
- run:
name: Run tests
command: pytest /checkout/tests
command: pytest tests/
assert: true # Fail workflow on test failures (optional)

build:
Expand Down

0 comments on commit 9fb9903

Please sign in to comment.