From 25f833d8630e936957a6c82164214b1a217705ee Mon Sep 17 00:00:00 2001 From: sanguine6660 Date: Mon, 18 Dec 2023 15:32:30 +0100 Subject: [PATCH] UPDATE workflow using tests before build --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 069039d..072f0b5 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,4 +1,4 @@ -name: Gradle Build and GitHub Release +name: Gradle Build, Test and GitHub Release on: push: @@ -7,7 +7,7 @@ on: jobs: build: - name: Build and Release on GitHub + name: Build, Test and Release on GitHub runs-on: ubuntu-latest steps: @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' - name: Build and Test - run: ./gradlew licenseFormat build + run: ./gradlew licenseFormat test build - name: Get Old Release Tag id: get_old_release