Skip to content

Commit

Permalink
Use minors config of organization on new minor form (#53)
Browse files Browse the repository at this point in the history
* Use minors config of organization on new minor form

* Fix command specs

* Pinning chrome version to v119

* Upgrade decidim version

* Fix form spec

* Fix overrides spec
  • Loading branch information
fblupi committed Feb 14, 2024
1 parent f27526a commit 072d60a
Show file tree
Hide file tree
Showing 10 changed files with 8,423 additions and 8,897 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true

- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105

- name: List Chrome
run: apt list --installed | grep chrome

- name: Remove Chrome
run: sudo apt remove google-chrome-stable

- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 119.0.6045.105

- name: Setup Database
run: bundle exec rake test_app

Expand Down

0 comments on commit 072d60a

Please sign in to comment.