Skip to content

Commit

Permalink
测试功能
Browse files Browse the repository at this point in the history
  • Loading branch information
khaos committed Dec 7, 2024
1 parent be12234 commit 0d3a662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle-wrapper.properties') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle-wrapper.properties', '**/build.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: 安装 JDK 11
if: env.jdk_installed == 'false' && env.should_build == 'true'
run: |
Expand Down

0 comments on commit 0d3a662

Please sign in to comment.