From 1cc3c39290fbb409de189160961c8544db5929e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ig=C3=B3n?= Date: Mon, 28 Oct 2024 16:58:29 +0100 Subject: [PATCH] test upgrade with cache classes env --- .github/workflows/test.yml | 3 ++- Gemfile | 2 +- Gemfile.lock | 46 +++++++++++++++++++++----------------- 3 files changed, 29 insertions(+), 22 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 838db0b..383cca8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ env: jobs: test-report: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 services: postgres: @@ -35,6 +35,7 @@ jobs: DATABASE_PASSWORD: postgres DATABASE_HOST: localhost RAILS_ENV: test + CACHE_CLASSES: false steps: - uses: actions/checkout@v2 diff --git a/Gemfile b/Gemfile index 2645f51..84ab5c8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ require_relative "#{base_path}lib/decidim/kids/version" DECIDIM_VERSION = Decidim::Kids::DECIDIM_VERSION -gem "decidim", DECIDIM_VERSION +gem "decidim", git: "https://github.com/platoniq/decidim", branch: "fix/generator_set_cache_classes_with_env" gem "decidim-kids", path: "." gem "bootsnap", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index 78aea7e..b32f2c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,26 +3,6 @@ GIT revision: 406fc0341a04344d5cc98ea98920487276b96b39 branch: release/0.29-stable specs: - decidim (0.29.1) - decidim-accountability (= 0.29.1) - decidim-admin (= 0.29.1) - decidim-api (= 0.29.1) - decidim-assemblies (= 0.29.1) - decidim-blogs (= 0.29.1) - decidim-budgets (= 0.29.1) - decidim-comments (= 0.29.1) - decidim-core (= 0.29.1) - decidim-debates (= 0.29.1) - decidim-forms (= 0.29.1) - decidim-generators (= 0.29.1) - decidim-meetings (= 0.29.1) - decidim-pages (= 0.29.1) - decidim-participatory_processes (= 0.29.1) - decidim-proposals (= 0.29.1) - decidim-sortitions (= 0.29.1) - decidim-surveys (= 0.29.1) - decidim-system (= 0.29.1) - decidim-verifications (= 0.29.1) decidim-accountability (0.29.1) decidim-comments (= 0.29.1) decidim-core (= 0.29.1) @@ -174,6 +154,32 @@ GIT decidim-verifications (0.29.1) decidim-core (= 0.29.1) +GIT + remote: https://github.com/platoniq/decidim + revision: b13a6d72c44f20bf13df89de248554d0b9794443 + branch: fix/generator_set_cache_classes_with_env + specs: + decidim (0.29.1) + decidim-accountability (= 0.29.1) + decidim-admin (= 0.29.1) + decidim-api (= 0.29.1) + decidim-assemblies (= 0.29.1) + decidim-blogs (= 0.29.1) + decidim-budgets (= 0.29.1) + decidim-comments (= 0.29.1) + decidim-core (= 0.29.1) + decidim-debates (= 0.29.1) + decidim-forms (= 0.29.1) + decidim-generators (= 0.29.1) + decidim-meetings (= 0.29.1) + decidim-pages (= 0.29.1) + decidim-participatory_processes (= 0.29.1) + decidim-proposals (= 0.29.1) + decidim-sortitions (= 0.29.1) + decidim-surveys (= 0.29.1) + decidim-system (= 0.29.1) + decidim-verifications (= 0.29.1) + PATH remote: . specs: