Skip to content

Commit aabf5ea

Browse files
authored
chore: updating build checks (#512)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 7e34e46 commit aabf5ea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/check_push.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
- "lesson_13/maps_java/**"
1919
- "lesson_13/maps_ts/**"
2020
- "lesson_14/exceptions/**"
21+
- "lesson_15/tdd/**"
22+
- "lesson_16/objects/**"
23+
- "lesson_17/bank/**"
2124

2225
jobs:
2326
build:
@@ -125,4 +128,14 @@ jobs:
125128

126129
- name: Build Lesson 15 with Java
127130
working-directory: ./lesson_15/tdd
131+
run: |
132+
./gradlew assemble
133+
./gradlew spotlessCheck
134+
135+
- name: Build Lesson 16 with Java
136+
working-directory: ./lesson_16/objects
137+
run: ./gradlew check
138+
139+
- name: Build Lesson 17 with Java
140+
working-directory: ./lesson_17/bank
128141
run: ./gradlew check

0 commit comments

Comments
 (0)