Skip to content

Commit

Permalink
👷 Remove unnecessary test job
Browse files Browse the repository at this point in the history
...as the build task already executes tests by itself.
  • Loading branch information
Lezurex committed Dec 1, 2024
1 parent 452d0b6 commit 4676cca
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,4 @@ jobs:
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1

- name: Build with Gradle Wrapper
run: ./gradlew build
test:
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "temurin"

- name: Setup Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1

- name: Test with Gradle Wrapper
run: ./gradlew test
run: ./gradlew clean build

0 comments on commit 4676cca

Please sign in to comment.