This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The list or single options object | |
# The applicable file patterns. Required. Single (not list) pattern maybe specified. | |
files: ["**/Tests/**/*", "**/*.spec.*", "**/*.test.*", "!**/node_modules/**/*"] | |
# The script to run. Defaults to current file. | |
script: "/usr/local/bin/inspect" | |
# The script args. Next macros are supported: | |
# ${file} — current file, | |
# ${fileNameWithoutExt} — current file name without extension, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<workflow-definition xmlns="urn:liferay.com:liferay-workflow_6.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:liferay.com:liferay-workflow_6.2.0 http://www.liferay.com/dtd/liferay-workflow-definition_6_2_0.xsd"> | |
<name>test1</name> | |
<description> | |
</description> | |
<version>1</version> | |
<state> | |
<name>StartNode</name> | |
<metadata> | |
<![CDATA[{"xy":[92,34]}]]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<workflow-definition xmlns="urn:liferay.com:liferay-workflow_6.2.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="urn:liferay.com:liferay-workflow_6.2.0 http://www.liferay.com/dtd/liferay-workflow-definition_6_2_0.xsd"> | |
<name>test1</name> | |
<description> | |
</description> | |
<version>1</version> | |
<state> | |
<name>StartNode</name> |