mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01:00
Add debug step for WEKAN_URL in UI testing workflow
This commit is contained in:
parent
fe83dc60a1
commit
1f585f762c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ui-testing.yml
vendored
6
.github/workflows/ui-testing.yml
vendored
|
|
@ -33,6 +33,12 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y google-chrome-stable
|
||||
|
||||
- name: Debug WEKAN_URL
|
||||
run: |
|
||||
echo "WEKAN_URL starts with: ${WEKAN_URL:0:10}"
|
||||
env:
|
||||
WEKAN_URL: ${{ secrets.WEKAN_URL }}
|
||||
|
||||
- name: Run Selenium tests
|
||||
env:
|
||||
HEADLESS: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue