Skip to content

Commit

Permalink
Pipeline adjustments.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Sep 30, 2024
1 parent 7d98c31 commit bc49b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/prepare-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion tests/Feature/Traits/ServerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc49b6a

Please sign in to comment.