From 28afa4b3cedf52fb715483abc2d858b139c41d1c Mon Sep 17 00:00:00 2001 From: Alex Plate Date: Mon, 12 Feb 2024 13:37:02 +0200 Subject: [PATCH] Change the gradle config for UI tests --- .github/workflows/runUiTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runUiTests.yml b/.github/workflows/runUiTests.yml index 1e2a4827e8..dcde615455 100644 --- a/.github/workflows/runUiTests.yml +++ b/.github/workflows/runUiTests.yml @@ -27,7 +27,7 @@ jobs: - name: Run Idea run: | mkdir -p build/reports - gradle :tests:ui-ij-tests:runIdeForUiTests > build/reports/idea.log & + gradle runIdeForUiTests > build/reports/idea.log & - name: Wait for Idea started uses: jtalk/url-health-check-action@v3 with: