From a4512aefb0ba083ebe9f0d80b57d2fcafa58266a Mon Sep 17 00:00:00 2001 From: Harrison Hassig Date: Thu, 10 Oct 2024 13:33:27 +0200 Subject: [PATCH] Try ubuntu-20.04 in test.yml --- .github/workflows/test.yml | 2 +- config/environments/test.rb | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82b31ab..0dd4f22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ env: jobs: test: name: Test - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 services: postgres: image: postgres:11 diff --git a/config/environments/test.rb b/config/environments/test.rb index d448818..5169dda 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -43,8 +43,6 @@ # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr - config.force_ssl = false - # Raises error for missing translations # config.action_view.raise_on_missing_translations = true end