Skip to content

Commit 053ae3a

Browse files
Apply Continue-On-Error to pkg compare
1 parent 665eabf commit 053ae3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java CI with Gradle
1+
name: Gradle Build and Compare Package
22

33
on:
44
pull_request:
@@ -81,6 +81,7 @@ jobs:
8181
name: drop
8282
path: artifacts/previous/
8383
- name: Run PKG Diff
84+
continue-on-error: true
8485
run: |
8586
sudo apt install pkgdiff
8687
pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }}

0 commit comments

Comments
 (0)