Skip to content

Commit

Permalink
UPDATE workflow using tests before build
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguine6660 committed Dec 18, 2023
1 parent 1a6a5a9 commit 25f833d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gradle Build and GitHub Release
name: Gradle Build, Test and GitHub Release

on:
push:
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 25f833d

Please sign in to comment.