Commit 246698b3 by Johannes Edmeier

Skip jest test execution when skipTests is set

parent aa4598bf
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
<goal>exec</goal> <goal>exec</goal>
</goals> </goals>
<configuration> <configuration>
<skip>${skipTests}</skip>
<executable>npm</executable> <executable>npm</executable>
<arguments> <arguments>
<argument>run</argument> <argument>run</argument>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment