Skip to content

Commit f39156d

Browse files
committed
Refactor build.yml to build all modules first
1 parent 58a464d commit f39156d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
distribution: 'zulu'
3939
java-version: '17'
40-
- name: Build Watch Face Push validation snippets
41-
run: ./gradlew :watchfacepush:validator:run --stacktrace
4240
- name: Build All
4341
run: ./gradlew build --stacktrace
42+
- name: Build Watch Face Push validation snippets
43+
run: ./gradlew :watchfacepush:validator:run --stacktrace

0 commit comments

Comments
 (0)