chore: disable ssh key checking in test.

This commit is contained in:
James Harton 2023-09-28 19:41:51 +13:00
parent 840dbf6a04
commit a0db7db8d3
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -32,7 +32,7 @@ keys =
]
|> Enum.filter(&File.exists?/1)
if keys == [],
if keys == [] && Mix.env() != :test,
do:
Mix.raise("""
No SSH public keys found in ~/.ssh. An ssh authorized key is needed to