Skip to content

Commit 9fd0b76

Browse files
committed
ci: continue on error
1 parent d48828e commit 9fd0b76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ jobs:
2727
with:
2828
java-version: '17'
2929
distribution: 'temurin'
30+
- name: Validate Gradle wrapper
31+
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
3032
- name: Build with Gradle
31-
run: ./gradlew build
33+
continue-on-error: true
34+
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
35+
with:
36+
arguments: build
3237
- name: Upload skywalking-api.log
3338
if: ${{ always() }}
3439
run: |

0 commit comments

Comments
 (0)