Skip to content

Commit 24a16ac

Browse files
authored
Merge pull request #190 from timusus/fix-snapshot-tests
Run Snapshots on Ci
2 parents 3abe400 + b051d11 commit 24a16ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: "support/scripts/unit-test"
6161

6262
- name: "Run Snapshot Tests"
63-
run: "./gradlew app:verifyPaparazziDebug"
63+
run: "./gradlew android:app:verifyPaparazziDebug"
6464

6565
- name: "Unit Test Results"
6666
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)