Skip to content

Commit e21e408

Browse files
authored
Merge pull request #43 from AzisabaNetwork/feat/ci-faster
CIを早くする
2 parents 375d136 + 9c76ab3 commit e21e408

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,17 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-java@v4
2525
with:
26-
distribution: "adopt"
27-
java-version: "17"
26+
distribution: adopt
27+
java-version: 17
28+
cache: gradle
2829

2930
- name: Setup Gradle
3031
uses: gradle/actions/setup-gradle@v4
32+
with:
33+
cache-disabled: true
3134

3235
- name: Build with Gradle
33-
run: ./gradlew build
36+
run: ./gradlew build --no-daemon
3437

3538
- name: Upload a Build Artifact
3639
uses: actions/[email protected]

0 commit comments

Comments
 (0)