Run UI tests in check pipeline

This commit is contained in:
Kirill Kamakin
2022-12-16 22:16:53 +01:00
parent e16dee3ee5
commit 04690e75cb

View File

@@ -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