We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779cb53 commit 100a8cfCopy full SHA for 100a8cf
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2020 Google LLC
+# Copyright 2024 Google LLC
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -45,3 +45,6 @@ jobs:
45
46
- name: Build modules
47
run: ./gradlew build jacocoTestReport --stacktrace
48
+
49
+ - name: Run Screenshot Tests
50
+ run: ./gradlew validateDebugScreenshotTest
0 commit comments