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 18225d2 commit 857d9fcCopy full SHA for 857d9fc
1 file changed
.github/workflows/on-pull-request.yml
@@ -68,6 +68,13 @@ jobs:
68
69
- run: git diff --exit-code
70
71
+ - run: |
72
+ find . -regex ".*issuechecker/cli/build/libs/cli-[0-9SNAPSHOT\.-]*-r8\.jar" -print | xargs -n 1 -I % cp % minified.jar
73
+ java -jar minified.jar --help
74
+ rm minified.jar
75
+ name: "Smoke test minified jar"
76
+ if: github.event_name == 'pull_request'
77
+
78
- uses: actions/cache@v4
79
name: Upload base
80
if: github.event_name != 'pull_request'
0 commit comments