mirror of
https://github.com/wekan/wekan.git
synced 2026-01-08 02:28:50 +01:00
Merge branch 'main' into inner-tests
This commit is contained in:
commit
3524c17e18
5 changed files with 52 additions and 5 deletions
4
.github/workflows/ui-testing.yml
vendored
4
.github/workflows/ui-testing.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Selenium UI Tests
|
||||
name: Run UI Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -36,6 +36,6 @@ jobs:
|
|||
- name: Run Selenium tests
|
||||
env:
|
||||
HEADLESS: true
|
||||
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80
|
||||
WEKAN_URL: ${{ secrets.WEKAN_URL }}
|
||||
run: |
|
||||
pytest tests/ -s -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue