Adds Pest tests. Starts GH Action.

This commit is contained in:
Joao Patricio
2023-03-20 21:17:28 +00:00
parent 9a7a992495
commit d7c7494007
9 changed files with 967 additions and 36 deletions

View File

@@ -55,6 +55,7 @@ class ExecuteCoolifyProcess implements ShouldQueue
$sshCommand = 'ssh '
. '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null '
. '-o PasswordAuthentication=no '
. '-o RequestTTY=no '
// Quiet mode. Causes most warning and diagnostic messages to be suppressed.
// Errors are still out put. This is to silence for example, that warning
// Permanently added <host and key type> to the list of known hosts.