Update WEKAN_URL to use a specific IP address for Selenium tests

This commit is contained in:
omri zaher 2025-08-10 13:35:33 +03:00
parent 5956734108
commit c8f99d1fb5

View file

@ -42,6 +42,6 @@ jobs:
- name: Run Selenium tests - name: Run Selenium tests
env: env:
HEADLESS: true HEADLESS: true
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80 WEKAN_URL: http://${{ 54.75.122.248 }}:80
run: | run: |
pytest tests/ -v pytest tests/ -v