mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Add debug step to output WEKAN_URL in UI testing workflow
This commit is contained in:
parent
d2bab41e46
commit
8403cb806c
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: ${WEKAN_URL}"
|
||||
env:
|
||||
WEKAN_URL: ${{ secrets.WEKAN_URL }}
|
||||
|
||||
- name: Run Selenium tests
|
||||
env:
|
||||
HEADLESS: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue