Skip to content

Commit

Permalink
force autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Oct 22, 2024
1 parent 7467614 commit 451800c
Showing 1 changed file with 5 additions and 1 deletion.
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/autocomplete.js@10.2.7
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

0 comments on commit 451800c

Please sign in to comment.