File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 args : ' -7'
6666
6767 - name : Zip CLI
68- run : zip spp-cli-win64.zip -j build/graal/spp-cli.exe
68+ run : jar -cfM spp-cli-win64.zip build/graal/
6969
7070 - uses : actions/upload-artifact@v2
7171 with :
@@ -104,13 +104,6 @@ jobs:
104104 run : SPP_PLATFORM_HOST=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aqf "name=spp-platform")) && echo "SPP_PLATFORM_HOST=$SPP_PLATFORM_HOST" >> $GITHUB_ENV
105105 - run : sleep 30s
106106
107- - run : ./gradlew test -Dtest.profile=integration
108-
109- - name : Compress CLI
110- uses : svenstaro/upx-action@v2
111- with :
112- file : build/graal/spp-cli
113-
114107 - name : " [CLI] Get developers"
115108 run : ./build/graal/spp-cli -v admin get-developers
116109 - name : " [CLI] Add developer"
@@ -166,6 +159,13 @@ jobs:
166159 - name : " [CLI] Remove live instruments"
167160 run : ./build/graal/spp-cli -v remove-instruments spp.example.webapp.model.User 48
168161
162+ - run : ./gradlew test -Dtest.profile=integration
163+
164+ - name : Compress CLI
165+ uses : svenstaro/upx-action@v2
166+ with :
167+ file : build/graal/spp-cli
168+
169169 - name : Zip spp-cli
170170 run : zip spp-cli-linux64.zip -j build/graal/spp-cli
171171
You can’t perform that action at this time.
0 commit comments