also skip js tests when skipping tests

This commit is contained in:
Athou
2025-03-11 15:36:32 +01:00
parent 52293376ec
commit 8b24c125c2

View File

@@ -55,6 +55,7 @@
<phase>compile</phase> <phase>compile</phase>
<configuration> <configuration>
<arguments>run test:ci</arguments> <arguments>run test:ci</arguments>
<skip>${skipTests}</skip>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>