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 58a464d commit f39156dCopy full SHA for f39156d
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
distribution: 'zulu'
39
java-version: '17'
40
- - name: Build Watch Face Push validation snippets
41
- run: ./gradlew :watchfacepush:validator:run --stacktrace
42
- name: Build All
43
run: ./gradlew build --stacktrace
+ - name: Build Watch Face Push validation snippets
+ run: ./gradlew :watchfacepush:validator:run --stacktrace
0 commit comments