Skip to content

Commit 857d9fc

Browse files
Smoke test for obfuscated jar
1 parent 18225d2 commit 857d9fc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/on-pull-request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ jobs:
6868

6969
- run: git diff --exit-code
7070

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+
7178
- uses: actions/cache@v4
7279
name: Upload base
7380
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)