测试CI/CD
Some checks failed
pigallery2 / pigallery2-Gitea-Actions (push) Failing after 9m20s

This commit is contained in:
xuthus 2024-04-15 21:52:07 +08:00
parent c2ca75290f
commit 2059b1d77c

View File

@ -18,6 +18,8 @@ jobs:
with:
java-version: '8'
distribution: 'adopt'
cache: 'maven'
cache-dependency-path: '**/pom.xml'
# maven缓存不加的话每次都会去重新拉取会影响速度
- name: Dependies Cache
uses: actions/cache@v2