From f1dd3a1f97348c03188ee4465af5cf52be32fd24 Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Sat, 25 Feb 2023 21:46:39 +0800 Subject: [PATCH] =?UTF-8?q?[*]=20=E6=8C=87=E5=AE=9A=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 710ff62..cd2315b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: with: java-version: 17 - name: Build with Maven - run: mvn clean package -P prd -D maven.test.skip=true -B -V --file taoyao-signal-server/pom.xml + run: mvn clean package -P prd -D maven.test.skip=true -B -V --file ./taoyao-signal-server/pom.xml taoyao-client-web: name: Build taoyao client web strategy: @@ -34,10 +34,12 @@ jobs: with: cache: npm node-version: 16.x - - run: | + working-directory: ./taoyao-client-web + - name: Build with NodeJS + run: | npm install npm run build - working-directory: taoyao-client-web + working-directory: ./taoyao-client-web taoyao-client-media: name: Build taoyao client media strategy: @@ -52,7 +54,9 @@ jobs: with: cache: npm node-version: 16.x - - run: | + working-directory: ./taoyao-client-media + - name: Build with NodeJS + run: | npm install - working-directory: taoyao-client-media + working-directory: ./taoyao-client-media \ No newline at end of file