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

casion pushed a commit to branch dev-1.4.0-integration-test
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0-integration-test by 
this push:
     new 1c13261f0 integration-test.yml
1c13261f0 is described below

commit 1c13261f0482687b99b0964dd3ba05e5d455201a
Author: casionone <[email protected]>
AuthorDate: Sat May 27 22:34:25 2023 +0800

    integration-test.yml
---
 .github/workflows/integration-test.yml | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/integration-test.yml 
b/.github/workflows/integration-test.yml
index 2c4361984..43335d294 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -53,6 +53,9 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
+        with:
+          fetch-depth: 0
+          submodules: true
       - name: Set up JDK 8
         uses: actions/setup-java@v2
         with:
@@ -71,16 +74,17 @@ jobs:
           node-version: ${{ matrix.node-version }}
       - name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v1
-      - name: Build frontend by node.js
-        run: |
-          cd linkis-web
-          sed -i "/VUE_APP_MN_CONFIG_PREFIX/d" .env
-          npm install
-          npm run build
 
-      - name: Build backend by maven
-        run: |
-          ./mvnw install -Pdocker -Dmaven.javadoc.skip=true 
-Dmaven.test.skip=true -Dlinkis.build.web=true -Dlinkis.build.with.jdbc=true 
-Dlinkis.build.ldh=true
+#      - name: Build frontend by node.js
+#        run: |
+#          cd linkis-web
+#          sed -i "/VUE_APP_MN_CONFIG_PREFIX/d" .env
+#          npm install
+#          npm run build
+#
+#      - name: Build backend by maven
+#        run: |
+#          ./mvnw install -Pdocker -Dmaven.javadoc.skip=true 
-Dmaven.test.skip=true -Dlinkis.build.web=true -Dlinkis.build.with.jdbc=true 
-Dlinkis.build.ldh=true
 
 
       - name: Set up chart-testing


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to