Skip to content

Commit

Permalink
[Update]: change server-app.yml to build a spring boot application
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto committed Oct 22, 2024
1 parent dff0a9d commit e810faf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/server-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
java-version: "17"

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew bootJar

- name: Run tests
if: ${{ github.event.inputs.run_tests }}
run: ./gradlew test
#- name: Run tests
# if: ${{ github.event.inputs.run_tests }}
# run: ./gradlew test

0 comments on commit e810faf

Please sign in to comment.