Skip to content

Commit 100a8cf

Browse files
committed
chore: added GitHub flow integration
1 parent 779cb53 commit 100a8cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -45,3 +45,6 @@ jobs:
4545

4646
- name: Build modules
4747
run: ./gradlew build jacocoTestReport --stacktrace
48+
49+
- name: Run Screenshot Tests
50+
run: ./gradlew validateDebugScreenshotTest

0 commit comments

Comments
 (0)