Skip to content

Commit d48828e

Browse files
committed
ci: build manually
1 parent 3e46ce6 commit d48828e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ jobs:
2727
with:
2828
java-version: '17'
2929
distribution: 'temurin'
30-
- name: Validate Gradle wrapper
31-
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
3230
- name: Build with Gradle
33-
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
34-
with:
35-
arguments: build
31+
run: ./gradlew build
3632
- name: Upload skywalking-api.log
3733
if: ${{ always() }}
3834
run: |

0 commit comments

Comments
 (0)