From 1544e07692111ba84b5c23021f4b8ae62b23a536 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:51:04 -0500 Subject: [PATCH] fix: fixed tti styling, added fail-fast to ci --- .github/workflows/ci.yml | 2 ++ app/views/_tti.pug | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01f2378f55..c7ff7eaa49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,9 @@ on: jobs: build: runs-on: ${{ matrix.os }} + continue-on-error: false strategy: + fail-fast: true matrix: os: - ubuntu-latest diff --git a/app/views/_tti.pug b/app/views/_tti.pug index 2b72af889e..486f2c81a0 100644 --- a/app/views/_tti.pug +++ b/app/views/_tti.pug @@ -9,7 +9,7 @@ .col-xs-12.col-sm-12.col-md-8.offset-md-2 .small.text-muted.mb-3 != t('Last updated on %s', tti.created_at.getTime(), dayjs(tti.created_at).format("M/D/YY h:mm A z")) - p.lead + p.small = t("We monitor how long it takes for emails sent by our service to be delivered to test inboxes at major email service providers.") = " " = t("This monitoring helps us to ensure high-quality IP reputation and email deliverability.")