Skip to content

Commit

Permalink
Try ubuntu-20.04 in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Oct 10, 2024
1 parent ba6d41b commit a4512ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
test:
name: Test
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:11
Expand Down
2 changes: 0 additions & 2 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a4512ae

Please sign in to comment.