Skip to content

Translate admin notification emails in English #1605

Translate admin notification emails in English

Translate admin notification emails in English #1605

Workflow file for this run

name: Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install libvips and pdftoppm
run: |
sudo apt-get update -qq -o Acquire::Retries=3
sudo apt-get install -y --fix-missing -qq -o Acquire::Retries=3 libvips poppler-utils
- name: Install Ruby and run Bundler install with cache
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Set timezone
uses: szenius/[email protected]
with:
timezoneLinux: Europe/Zurich
- name: Rails tests
env:
RAILS_ENV: test
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
run: |
bin/rails db:setup
bin/rails test:prepare
bin/rspec