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 4ec0aa5 WIP on Github Actions setup.
4ec0aa5 is described below
commit 4ec0aa5c21f1019afafb32215bb9dcdb8aaf67cd
Author: smakov <[email protected]>
AuthorDate: Wed May 13 23:11:22 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 53d0684..9047163 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 clean verify'