From 57e080e917b03d4b8c8b38742e4409f8d0d951c4 Mon Sep 17 00:00:00 2001 From: rabeeafaraj Date: Sun, 10 Aug 2025 11:26:59 +0300 Subject: [PATCH] uiyamlomri --- .github/workflows/ui-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-testing.yaml b/.github/workflows/ui-testing.yaml index 0a206e37b..403bd03d2 100644 --- a/.github/workflows/ui-testing.yaml +++ b/.github/workflows/ui-testing.yaml @@ -56,7 +56,7 @@ jobs: - name: Run Selenium tests env: HEADLESS: true - WEKAN_URL: http://52.208.66.63 + WEKAN_URL: http://${{ secrets.HOST }}:80 BROWSER: ${{ inputs.browser }} run: | pytest tests/ -v