diff --git a/integration-tests/src/test/scala/mailspec.scala b/integration-tests/src/test/scala/mailspec.scala index f487ba4..02fa82f 100644 --- a/integration-tests/src/test/scala/mailspec.scala +++ b/integration-tests/src/test/scala/mailspec.scala @@ -11,6 +11,7 @@ import java.net.InetAddress class MailSpec extends munit.FunSuite { + // create a gmail app password https://myaccount.google.com/apppasswords test("the mailer should send an email") { assume(sys.env("CI").isEmpty(), "This test is meant to be ran locally.") val email = sys.env("IT_EMAIL")