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/26 07:44:19 UTC

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

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


##########
.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:
   Pleas use `v3`



-- 
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