We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665eabf commit 053ae3aCopy full SHA for 053ae3a
.github/workflows/gradle-build.yml
@@ -1,4 +1,4 @@
1
-name: Java CI with Gradle
+name: Gradle Build and Compare Package
2
3
on:
4
pull_request:
@@ -81,6 +81,7 @@ jobs:
81
name: drop
82
path: artifacts/previous/
83
- name: Run PKG Diff
84
+ continue-on-error: true
85
run: |
86
sudo apt install pkgdiff
87
pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }}
0 commit comments