diff --git a/.github/actions/prepare-environment/action.yml b/.github/actions/prepare-environment/action.yml index 27e6dad..267b02b 100644 --- a/.github/actions/prepare-environment/action.yml +++ b/.github/actions/prepare-environment/action.yml @@ -43,4 +43,5 @@ runs: shell: bash run: | sudo cp -r ${{ github.workspace }} /var/www/jacked-server - sudo chown -R www-data /var/www/jacked-server + # sudo chown -R www-data /var/www/jacked-server + sudo /var/www/jacked-server diff --git a/tests/Feature/Traits/ServerTrait.php b/tests/Feature/Traits/ServerTrait.php index 77a54b0..9efef50 100644 --- a/tests/Feature/Traits/ServerTrait.php +++ b/tests/Feature/Traits/ServerTrait.php @@ -62,7 +62,6 @@ public static function tearServerDown(): void if (!empty($output2)) { throw new Exception('Failed to kill server. Output: ' . $output2); } - echo "\n\nServer killed. Ready for more testing...\n\n"; } public static function getServerProcesses(): string