mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
bug fixes
This commit is contained in:
parent
24e69c1faa
commit
e901ebebb1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api-tests.yaml
vendored
2
.github/workflows/api-tests.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: Run pytest with coverage
|
||||
env:
|
||||
WEKAN_URL: http://${{ secrets.HOST }}:80
|
||||
WEKAN_URL: http://${{ secrets.HOST }}:80/users/login
|
||||
run: |
|
||||
pytest --cov=tests_r --cov-report=xml tests_r/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue