Merge branch 'demarches-simplifiees:main' into poc-self_hosted_runners

This commit is contained in:
kleph 2023-09-13 14:15:38 +02:00 committed by GitHub
commit 09d7f0b91a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 758 additions and 146 deletions

View file

@ -80,6 +80,9 @@ jobs:
- name: Setup the app runtime and dependencies
uses: ./.github/actions/ci-setup-rails
- name: Install fonts pickable by ImageMagick
run: sudo apt-get install -y gsfonts
- name: Pre-compile assets
uses: ./.github/actions/ci-setup-assets