From 04690e75cb1a11f309063be8c8cf0133cdcec641 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Fri, 16 Dec 2022 22:16:53 +0100 Subject: [PATCH] Run UI tests in check pipeline --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 648b522..2182cbf 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -22,7 +22,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew check coverageReport sonar --no-configuration-cache + run: ./gradlew allDevicesCheck check coverageReport sonar --no-configuration-cache - name: Publish test reports uses: mikepenz/action-junit-report@v3