Skip to content

Commit

Permalink
fix: fixed tti styling, added fail-fast to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Aug 24, 2024
1 parent 2dfc1e0 commit 1544e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
continue-on-error: false
strategy:
fail-fast: true
matrix:
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion app/views/_tti.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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 <span class="dayjs" data-time="%d">%s</span>', 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.")
Expand Down

0 comments on commit 1544e07

Please sign in to comment.