Skip to content

Commit 4676cca

Browse files
committed
👷 Remove unnecessary test job
...as the build task already executes tests by itself.
1 parent 452d0b6 commit 4676cca

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,4 @@ jobs:
2424
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
2525

2626
- name: Build with Gradle Wrapper
27-
run: ./gradlew build
28-
test:
29-
runs-on: ubuntu-latest
30-
permissions:
31-
contents: read
32-
33-
steps:
34-
- uses: actions/checkout@v4
35-
- name: Set up JDK 21
36-
uses: actions/setup-java@v4
37-
with:
38-
java-version: "21"
39-
distribution: "temurin"
40-
41-
- name: Setup Gradle
42-
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
43-
44-
- name: Test with Gradle Wrapper
45-
run: ./gradlew test
27+
run: ./gradlew clean build

0 commit comments

Comments
 (0)