stbischof commented on code in PR #409: URL: https://github.com/apache/felix-dev/pull/409#discussion_r2041789425
########## .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: Thx for finding. Will update -- 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