Skip to content

Commit

Permalink
chore: fix push actions (#690)
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <[email protected]>
  • Loading branch information
anthonydmays authored Dec 14, 2024
1 parent bec878b commit a2a5bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ jobs:

- name: Build Lesson 26 with Java
working-directory: ./lesson_26/api/java
run: ./gradlew check
run: ./gradlew assemble

- name: Build Lesson 26 with Node.js
working-directory: ./lesson_26/api/javascript/api_app
run: |
npm ci
npm run test
npm run build
- name: Build Fullstack Demo with Java
working-directory: ./lib/java/fullstack_demo
Expand Down

0 comments on commit a2a5bcf

Please sign in to comment.