mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 04:10:16 +01: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
|
- name: Run pytest with coverage
|
||||||
env:
|
env:
|
||||||
WEKAN_URL: http://${{ secrets.HOST }}:80
|
WEKAN_URL: http://${{ secrets.HOST }}:80/users/login
|
||||||
run: |
|
run: |
|
||||||
pytest --cov=tests_r --cov-report=xml tests_r/
|
pytest --cov=tests_r --cov-report=xml tests_r/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue