Fix the test path
This commit is contained in:
parent
92bc50396b
commit
abbae361c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -20,4 +20,4 @@ jobs:
|
||||||
python -m pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
python scripts/test.py
|
python tests/test.py
|
Loading…
Add table
Reference in a new issue