summaryrefslogtreecommitdiffstats
path: root/portal-FE-os
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-os')
-rw-r--r--portal-FE-os/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/portal-FE-os/pom.xml b/portal-FE-os/pom.xml
index 615e7fa9..4c8a529b 100644
--- a/portal-FE-os/pom.xml
+++ b/portal-FE-os/pom.xml
@@ -10,6 +10,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipnode>false</skipnode>
<skipcopy>false</skipcopy>
+ <skipTests>false</skipTests>
<sonar.typescript.lcov.reportPaths>coverage/lcov.info</sonar.typescript.lcov.reportPaths>
<sonar.sources>src</sonar.sources>
<sonar.projectKey>portal-FE-os</sonar.projectKey>
@@ -106,7 +107,7 @@
<arguments>install</arguments>
</configuration>
</execution>
-
+
<execution>
<id>npm run test</id>
<goals>
@@ -117,6 +118,7 @@
<configuration>
<arguments>run-script test</arguments>
+ <skip>${skipTests}</skip>
</configuration>
</execution>