Merge branch 'main' into inner-tests

This commit is contained in:
omri zaher 2025-08-11 13:10:37 +03:00
commit 3524c17e18
5 changed files with 52 additions and 5 deletions

View file

@ -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