Skip to content

Commit 3ab1018

Browse files
author
Krum Motsov
committed
Execute only test task in Tests script instead of build
1 parent 4d759ca commit 3ab1018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.testspace.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ npm install]]>
99
</suite>
1010
<suite name="Tests" state="1" id=".sh" description="run **all** of the unit tests">
1111
<attributes>
12-
<![CDATA[gulp build
12+
<![CDATA[gulp test
1313
echo "$PWD/test/reports/junitresults.xml{test}" > ${self.result}]]>
1414
</attributes>
1515
</suite>

0 commit comments

Comments
 (0)