You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/27 07:45:54 UTC

[GitHub] [maven-jdeps-plugin] bmarwell commented on a diff in pull request #6: [MJDEPS-28] replace travisCI with github actions

bmarwell commented on code in PR #6:
URL: https://github.com/apache/maven-jdeps-plugin/pull/6#discussion_r1006515035


##########
.github/workflows/maven.yml:
##########
@@ -15,19 +15,16 @@
 # specific language governing permissions and limitations
 # under the License.
 
-language: java
-sudo: false
+name: Verify
 
-cache:
-  directories:
-  - "$HOME/.m2"
+on:
+  push:
+  pull_request:
 
 jobs:
-  include:
-  - stage: test
-    jdk: openjdk11
-    script: mvn verify -Prun-its
-
-branches:
-  only:
-  - master
+  build:
+    name: Verify
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2

Review Comment:
   Done.



-- 
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: issues-unsubscribe@maven.apache.org

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