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 b718260e Scripts fixes.
b718260e is described below

commit b718260e0301c8e03cb66233bee14184a48be1a4
Author: Sergey Kamov <[email protected]>
AuthorDate: Tue Sep 6 15:34:37 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 03c4f9e3..2537362e 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 nlpcraft-stanford,examples'
+        run: 'mvn -B clean verify -P stanford-core,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 
nlpcraft-stanford,examples'
+        run: 'mvn -B clean package -DskipTests=true -P stanford-core,examples'

Reply via email to