Skip to content

Commit 7215430

Browse files
committed
chore: add build checks
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 8630550 commit 7215430

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check_push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- "lesson_12/structs_ts/**"
1818
- "lesson_13/maps_java/**"
1919
- "lesson_13/maps_ts/**"
20+
- "lesson_14/exceptions/**"
2021

2122
jobs:
2223
build:
@@ -117,3 +118,7 @@ jobs:
117118
run: |
118119
npm ci
119120
npm run compile
121+
122+
- name: Build Lesson 14 with Java
123+
working-directory: ./lesson_14/exceptions
124+
run: ./gradlew assemble

0 commit comments

Comments
 (0)