laeubi commented on code in PR #409:
URL: https://github.com/apache/felix-dev/pull/409#discussion_r2041821879
##########
.github/workflows/maven-ci.yml:
##########
@@ -87,6 +90,9 @@ jobs:
- name: OSGi-TCK Framework
if: steps.changes.outputs.framework == 'true'
run: mvn -B -V -Dstyle.color=always --file framework.tck/pom.xml clean
verify
+ - name: Felix Gogo Shell
+ if: steps.changes.outputs.gogo == 'true'
+ run: mvn -B -V -Dstyle.color=always --file gogo/pom.xml clean install
verify
Review Comment:
Yes sorry for confusion, I think verify is enough (as mentioned in the
suggestion) as all other tasks are also use verify to execute the tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]