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