Skip to content

Commit

Permalink
BIGTOP-4178: Skip frontend-maven-plugin executions when running unit …
Browse files Browse the repository at this point in the history
…tests (#33)
  • Loading branch information
kevinw66 authored Aug 5, 2024
1 parent 45d36aa commit e8b6f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions bigtop-manager-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<goals>
<goal>pnpm</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<arguments>build</arguments>
</configuration>
Expand Down

0 comments on commit e8b6f6a

Please sign in to comment.