mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Update WEKAN_URL to use a specific IP address for Selenium tests
This commit is contained in:
parent
5956734108
commit
c8f99d1fb5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-testing.yml
vendored
2
.github/workflows/ui-testing.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue