This is an automated email from the ASF dual-hosted git repository.
wuzhiguo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bigtop-manager.git
The following commit(s) were added to refs/heads/main by this push:
new e8b6f6a BIGTOP-4178: Skip frontend-maven-plugin executions when
running unit tests (#33)
e8b6f6a is described below
commit e8b6f6a1d7d3154ad7e35f046a005c7b7333cc35
Author: Zhiguo Wu <[email protected]>
AuthorDate: Mon Aug 5 15:46:07 2024 +0800
BIGTOP-4178: Skip frontend-maven-plugin executions when running unit tests
(#33)
---
.github/workflows/ci.yml | 2 +-
bigtop-manager-ui/pom.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f4b4530..5c762d9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- - run: ./mvnw clean test
+ - run: ./mvnw clean test -Dskip.pnpm -Dskip.installnodepnpm
build:
name: "Build project"
diff --git a/bigtop-manager-ui/pom.xml b/bigtop-manager-ui/pom.xml
index 1a8b043..010537f 100644
--- a/bigtop-manager-ui/pom.xml
+++ b/bigtop-manager-ui/pom.xml
@@ -71,6 +71,7 @@
<goals>
<goal>pnpm</goal>
</goals>
+ <phase>generate-resources</phase>
<configuration>
<arguments>build</arguments>
</configuration>