Skip to content

Commit

Permalink
tests: add a note on how to generate password
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Dec 3, 2024
1 parent 4770edc commit 5232069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/src/test/scala/mailspec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import scala.concurrent.duration._


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")
Expand Down

0 comments on commit 5232069

Please sign in to comment.