We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec878b commit a2a5bcfCopy full SHA for a2a5bcf
.github/workflows/check_push.yml
@@ -144,13 +144,13 @@ jobs:
144
145
- name: Build Lesson 26 with Java
146
working-directory: ./lesson_26/api/java
147
- run: ./gradlew check
+ run: ./gradlew assemble
148
149
- name: Build Lesson 26 with Node.js
150
working-directory: ./lesson_26/api/javascript/api_app
151
run: |
152
npm ci
153
- npm run test
+ npm run build
154
155
- name: Build Fullstack Demo with Java
156
working-directory: ./lib/java/fullstack_demo
0 commit comments