File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ "main" ]
6
6
paths :
7
+ - " .github/workflows/check_push.yml"
7
8
- " lib/**"
8
9
- " lesson_02/quiz/**"
9
10
- " lesson_03/quiz/**"
21
22
- " lesson_15/tdd/**"
22
23
- " lesson_16/objects/**"
23
24
- " lesson_17/bank/**"
25
+ - " lesson_26/api/**"
26
+ env :
27
+ CLERK_PERISHABLE_KEY : 12345
24
28
25
29
jobs :
26
30
build :
@@ -142,6 +146,16 @@ jobs:
142
146
working-directory : ./lesson_17/bank
143
147
run : ./gradlew check
144
148
149
+ - name : Build Lesson 26 with Java
150
+ working-directory : ./lesson_26/api/java
151
+ run : ./gradlew check
152
+
153
+ - name : Build Lesson 26 with Node.js
154
+ working-directory : ./lesson_26/api/javascript/api_app
155
+ run : |
156
+ npm ci
157
+ npm run test
158
+
145
159
- name : Build Fullstack Demo with Java
146
160
working-directory : ./lib/java/fullstack_demo
147
161
run : ./gradlew check
You can’t perform that action at this time.
0 commit comments