Skip to content

Commit

Permalink
Update decidim (#96)
Browse files Browse the repository at this point in the history
* update decidim version

* ffi

* rubocop

* npm

* force autocomplete

* npm

* fix overrides specs

* fix override distance

* fix

* fix
  • Loading branch information
microstudi authored Oct 22, 2024
1 parent 3d85396 commit 075d447
Show file tree
Hide file tree
Showing 28 changed files with 360 additions and 378 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,14 @@ jobs:

- name: Node packages
run: npm ci

- name: Setup Database
run: bundle exec rake test_app

- name: Fix autocomplete
run: npm i @tarekraafat/[email protected]
working-directory: ./spec/decidim_dummy_app

- name: Precompile test app assets
run: bundle exec rake assets:precompile
working-directory: ./spec/decidim_dummy_app
Expand Down
Loading

0 comments on commit 075d447

Please sign in to comment.