From 436819adcb96fb685d48172a158c7a555327cfaa Mon Sep 17 00:00:00 2001 From: sdikyarts Date: Wed, 24 Apr 2024 13:38:00 +0700 Subject: [PATCH] Fix CI/CD --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 725028c..fa21444 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - name: Build with Gradle run: | ./gradlew assemble + - name: Upload Artifact uses: actions/upload-artifact@v4 with: @@ -61,6 +62,7 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- + - name: Test with Gradle run: | ./gradlew check --info --stacktrace