Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .woodpecker/ui-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ steps:
PLAYWRIGHT_BROWSERS_PATH: /woodpecker/desktop/.playwright
SQUISH_LICENSE_SERVER:
from_secret: squish_license_key
SQUISH_LICENSE_SERVER_API: squish.jankari.tech:49346
SQUISH_LICENSE_SERVER_API_TOKEN: phzq4o1tJIVebL1kgSTAeKqZ5AoIDJfci
SQUISH_LICENSE_SERVER_API:
from_secret: squish_license_api
SQUISH_LICENSE_SERVER_API_TOKEN:
from_secret: squish_license_api_token
BACKEND_HOST: https://opencloud:9200
SECURE_BACKEND_HOST: https://opencloud:9200
GUI_TEST_REPORT_DIR: /woodpecker/desktop/test/gui/guiReportUpload
Expand Down
Loading