Skip to content

Commit

Permalink
♻️ refactor(build): 更新构建配置,优化Gradle构建任务命名和触发条件,调整工作流调度,提高代码可维护性
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Aug 1, 2024
1 parent de8026d commit daf43f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
name: Gradle Build Package Image
name: Gradle Build Image
run-name: ${{ github.actor }} is bootBuildImage Actions
on:
release:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gradle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda

- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Build with Gradle Wrapper
run: ./gradlew build test

Expand Down

0 comments on commit daf43f5

Please sign in to comment.