Compare commits

..

No commits in common. "7f790c5e6749fb8778164e6ed09321717a4c24d0" and "16420f591692bc1d5d80459f976154986802bcbf" have entirely different histories.

4 changed files with 4 additions and 9 deletions

View file

@ -22,7 +22,7 @@ defaults_gradle: &defaults_gradle
key: gradle-dependencies-{{ checksum "build.gradle.kts" }} key: gradle-dependencies-{{ checksum "build.gradle.kts" }}
- run: - run:
name: Run All Checks name: Run All Checks
command: ./gradlew check --stacktrace command: ./gradlew check
- store_artifacts: - store_artifacts:
path: build/reports/ path: build/reports/
destination: reports destination: reports

View file

@ -37,13 +37,8 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-gradle-${{ matrix.java-version }}- ${{ runner.os }}-gradle-${{ matrix.java-version }}-
- name: Check with Gradle
if: ${{ matrix.java-version }} != '24'
run: ./gradlew build check --stacktrace
- name: Test with Gradle - name: Test with Gradle
if: ${{ matrix.java-version }} == '24' run: ./gradlew build check --stacktrace
run: ./gradlew build test --stacktrace
- name: Cleanup Gradle Cache - name: Cleanup Gradle Cache
run: | run: |

View file

@ -22,7 +22,7 @@ build:
test: test:
stage: test stage: test
script: gradle check --stacktrace script: gradle check
cache: cache:
key: "$CI_COMMIT_REF_NAME" key: "$CI_COMMIT_REF_NAME"
policy: pull policy: pull

View file

@ -6,4 +6,4 @@ pipelines:
caches: caches:
- gradle - gradle
script: script:
- bash ./gradlew check --stacktrace - bash ./gradlew check