You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2022/09/06 12:22:52 UTC

[incubator-nlpcraft] branch master updated: Scripts fixes.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new db37a973 Scripts fixes.
db37a973 is described below

commit db37a973f6711f28e27a897032d4f7e8c20652b6
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Tue Sep 6 15:22:43 2022 +0300

    Scripts fixes.
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c3aaf691..03c4f9e3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,9 +52,9 @@ jobs:
 
       - name: Build (Linux)
         if: ${{matrix.os == 'ubuntu-latest'}}
-        run: 'mvn -B clean verify -P examples'
+        run: 'mvn -B clean verify -P nlpcraft-stanford,examples'
 
       - name: Build (Windows)
         if: ${{matrix.os == 'windows-latest'}}
         # Build only, no tests because of memory limits.
-        run: 'mvn -B clean package -DskipTests=true -P examples'
+        run: 'mvn -B clean package -DskipTests=true -P nlpcraft-stanford,examples'