Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@Anahkiasen Anahkiasen released this 04 Jul 08:49
· 2271 commits to develop since this release

Added

  • Added Task::runInFolder to run tasks in a specific folder
  • Added Task::runForCurrentRelease Task helper
  • Added Task::runTests methods to run the PHPUnit tests of the application
  • Integrated Task::runTests in the Deploy task under the --tests flag ; failing tests will cancel deploy and rollback

Fixed

  • Fixed a bug where Task::run would only return the last line of the command's output