dmatej commented on code in PR #409:
URL: https://github.com/apache/felix-dev/pull/409#discussion_r2041805468


##########
.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:
   It is the opposite, install includes verify. See 
https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
   I just noticed this in email ;-)



-- 
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: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to