Skip to content

Commit cd1c528

Browse files
committed
feat: remove useless job
1 parent 74968ec commit cd1c528

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,6 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
jobs:
19-
test:
20-
runs-on: ubuntu-latest
21-
22-
steps:
23-
- name: Checkout
24-
uses: actions/checkout@v3
25-
26-
- name: Make Gradle wrapper executable
27-
run: chmod +x gradlew
28-
29-
- name: Set up JDK 21
30-
uses: actions/setup-java@v3
31-
with:
32-
distribution: temurin
33-
java-version: 21
34-
35-
- name: Cache Gradle
36-
uses: actions/cache@v3
37-
with:
38-
path: |
39-
~/.gradle/caches
40-
~/.gradle/wrapper
41-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*','**/gradle-wrapper.properties') }}
42-
restore-keys: ${{ runner.os }}-gradle-
43-
44-
- name: Build & test
45-
run: ./gradlew clean testAll --no-daemon
46-
4719
build:
4820
name: Build and Publish CommandsAPI
4921
uses: GroupeZ-dev/actions/.github/workflows/build.yml@main

0 commit comments

Comments
 (0)