Skip to content

Commit

Permalink
fix: Poetry test path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pigri committed Jul 30, 2024
1 parent 51f1d79 commit 75eef1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
poetry install
- name: Run unit tests
run: |
pwd
ls -1
cd tests
cd rules/rule-service/tests
python -m unittest test_api.py
core:
Expand Down

0 comments on commit 75eef1a

Please sign in to comment.