stbischof commented on code in PR #409:
URL: https://github.com/apache/felix-dev/pull/409#discussion_r2041814009
##########
.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:
You are wright. But. Why should i install
--
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]