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 7e34e46 commit aabf5eaCopy full SHA for aabf5ea
.github/workflows/check_push.yml
@@ -18,6 +18,9 @@ on:
18
- "lesson_13/maps_java/**"
19
- "lesson_13/maps_ts/**"
20
- "lesson_14/exceptions/**"
21
+ - "lesson_15/tdd/**"
22
+ - "lesson_16/objects/**"
23
+ - "lesson_17/bank/**"
24
25
jobs:
26
build:
@@ -125,4 +128,14 @@ jobs:
125
128
126
129
- name: Build Lesson 15 with Java
127
130
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
141
run: ./gradlew check
0 commit comments