Skip to content

Commit

Permalink
feat: composer qa
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Dec 22, 2024
1 parent 68375f4 commit 2956743
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
}
},
"scripts": {
"qa": [
"@composer format",
"@composer analyse",
"@composer test"
],
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
Expand Down
2 changes: 1 addition & 1 deletion tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// $process->wait(); // Uncomment this line to debug

try {
retry(20, function () use ($output) {
retry(30, function () use ($output) {
// Wait until port 8100 is open
dump('Waiting for port 8100 to open...');

Expand Down

0 comments on commit 2956743

Please sign in to comment.