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 478c53a  WIP on Github Actions setup.
478c53a is described below

commit 478c53a9ad3df35ae23fd59b8a81544caad91754
Author: smakov <[email protected]>
AuthorDate: Wed May 13 23:21:38 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 9047163..fa58153 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: 'mvn clean verify'
+        run: 'mvn -B clean verify'

Reply via email to