We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df0209 commit 90605fdCopy full SHA for 90605fd
2 files changed
.github/workflows/ci.yml
@@ -1,6 +1,7 @@
1
name: Android CI
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- feature/*
@@ -26,3 +27,19 @@ jobs:
26
27
run: ./gradlew assemble
28
- name: Run tests
29
run: ./gradlew test
30
+
31
+ verify-screenshots:
32
+ runs-on: ubuntu-latest
33
34
+ steps:
35
+ - uses: actions/checkout@v6
36
+ - name: Set up JDK 21
37
+ uses: actions/setup-java@v4
38
+ with:
39
+ java-version: '21'
40
+ distribution: 'temurin'
41
+ - name: Setup Gradle
42
+ uses: gradle/actions/setup-gradle@v3
43
+ - name: Verify Roborazzi screenshots
44
+ run: ./gradlew verifyRoborazziDebug
45
.github/workflows/verify-screenshots.yml
0 commit comments