From 4a65df2a7d8d5d5c907c6b60b774d93f9eff9f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Sat, 1 Aug 2020 21:46:17 +0800 Subject: [PATCH] Update deplay.yml --- .github/workflows/deplay.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deplay.yml b/.github/workflows/deplay.yml index c1e786f..781eab5 100644 --- a/.github/workflows/deplay.yml +++ b/.github/workflows/deplay.yml @@ -1,7 +1,7 @@ # This workflow will build a package using Maven and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path -name: Deplay +name: Build on: push: @@ -24,7 +24,7 @@ jobs: java-version: 1.8 - name: Build jar file - run: echo $APPLICATION_PROPERTIES_PROD|base64 -d> src/main/resources/application-prod.properties && mvn -B package --file pom.xml + run: echo $APPLICATION_PROPERTIES_PROD|base64 -d> src/main/resources/application-prod.properties && mvn -B package -DskipTests --file pom.xml - name: SCP uses: appleboy/scp-action@master