Skip to content

Commit a2a5bcf

Browse files
authored
chore: fix push actions (#690)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent bec878b commit a2a5bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/check_push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ jobs:
144144

145145
- name: Build Lesson 26 with Java
146146
working-directory: ./lesson_26/api/java
147-
run: ./gradlew check
147+
run: ./gradlew assemble
148148

149149
- name: Build Lesson 26 with Node.js
150150
working-directory: ./lesson_26/api/javascript/api_app
151151
run: |
152152
npm ci
153-
npm run test
153+
npm run build
154154
155155
- name: Build Fullstack Demo with Java
156156
working-directory: ./lib/java/fullstack_demo

0 commit comments

Comments
 (0)