You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by sm...@apache.org on 2020/05/13 20:10:30 UTC

[incubator-nlpcraft] branch github-actions updated: WIP on Github Actions setup.

This is an automated email from the ASF dual-hosted git repository.

smakov pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/github-actions by this push:
     new 107d520  WIP on Github Actions setup.
107d520 is described below

commit 107d520746c07b433532dec19b8424571aebd486
Author: smakov <sm...@apache.org>
AuthorDate: Wed May 13 23:10:17 2020 +0300

    WIP on Github Actions setup.
---
 .github/workflows/main-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml
index 66f24da..53d0684 100644
--- a/.github/workflows/main-build.yml
+++ b/.github/workflows/main-build.yml
@@ -36,4 +36,4 @@ jobs:
           restore-keys: ${{runner.os}}-m2
 
       - name: Build
-        run: './mvnw clean verify'
+        run: './mvn clean verify'