File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2626 chown -R quattortest:quattortest . /tmp/m2
2727 # we have to run as a non-root user to pass the spma tests
2828 # secondly, we first download all maven dependencies and then run the tests because it fails with hanging downloads otherwise.
29- runuser --shell /bin/bash --preserve-environment --command "source /usr/bin/mvn_test.sh && mvn_run \"dependency:resolve-plugins dependency:go-offline $MVN_ARGS\" && mvn_test " quattortest
29+ runuser --shell /bin/bash --preserve-environment --command "source /usr/bin/mvn_test.sh && mvn_run \"dependency:resolve-plugins dependency:go-offline $MVN_ARGS\" && mvn_pack " quattortest
3030 env :
3131 MVN_ARGS : -Dmaven.repo.local=/tmp/m2
32+ - name : Upload Packages
33+ uses : actions/upload-artifact@v4
34+ with :
35+ name : rpms
36+ path : target/rpm/*/RPMS/*/*.rpm
You can’t perform that action at this time.
0 commit comments