mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
build: update test runner requirements path
This commit is contained in:
parent
cefea57bd6
commit
b6ec965f62
2
.github/workflows/test_runner.yml
vendored
2
.github/workflows/test_runner.yml
vendored
@ -44,6 +44,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements/test.txt
|
||||
pip install -r apiserver/requirements/test.txt
|
||||
- name: Run Tests
|
||||
run: coverage run --source='.' manage.py test --settings=plane.settings.test
|
||||
|
Loading…
Reference in New Issue
Block a user