Skip to content

Commit

Permalink
CI test script updated. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimcavusoglu authored Oct 7, 2024
1 parent a96dc46 commit 2cd7b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Lint with flake8 and black
run: |
python -m tests.run_code_style check
python -m scripts.run_code_style check
- name: Run tests.
run: |
python -m tests.run_tests
python -m scripts.run_tests

0 comments on commit 2cd7b1b

Please sign in to comment.