diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 383cca8..618ed0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: DATABASE_PASSWORD: postgres DATABASE_HOST: localhost RAILS_ENV: test - CACHE_CLASSES: false + DECIDIM_CACHE_CLASSES: false steps: - uses: actions/checkout@v2