Skip to content

Commit

Permalink
Updates workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Dec 2, 2021
1 parent cb50c9f commit 1298635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@ function replaceForAllOtherOSes(): array {
safeUnlink(__DIR__ . '/.github/workflows/update-changelog.yml');
}

confirm('Execute `composer install` and run tests?') && run('composer install && composer test');
confirm('Execute `composer install` and run tests?') && run('composer install && composer lint && composer test');

confirm('Let this script delete itself?', true) && unlink(__FILE__);

0 comments on commit 1298635

Please sign in to comment.