mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 18:10:11 +00:00
Build command with the bin folder
This commit is contained in:
parent
3f6f869f3d
commit
3c46c84ed1
@ -59,7 +59,7 @@ class RoboFile extends \Robo\Tasks
|
||||
$this->runSelenium();
|
||||
|
||||
// Make sure to tun the build command to generate AcceptanceTester
|
||||
$this->_exec($this->isWindows() ? 'vendor/bin/codecept.bat build' : 'php vendor/bin/codecept build');
|
||||
$this->_exec($this->isWindows() ? 'vendor\bin\codecept.bat build' : 'php vendor/bin/codecept build');
|
||||
|
||||
$this->taskCodecept()
|
||||
->arg('--steps')
|
||||
@ -114,7 +114,7 @@ class RoboFile extends \Robo\Tasks
|
||||
$this->runSelenium();
|
||||
|
||||
// Make sure to tun the build command to generate AcceptanceTester
|
||||
$this->_exec($this->isWindows() ? 'vendor/bin/codecept.bat build' : 'php vendor/bin/codecept build');
|
||||
$this->_exec($this->isWindows() ? 'vendor\bin\codecept.bat build' : 'php vendor/bin/codecept build');
|
||||
|
||||
if (!$pathToTestFile)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user