Skip to content

Commit

Permalink
feat: Add module decidim-survey_multiple_answers (#439)
Browse files Browse the repository at this point in the history
* feat: Add module decidim-survey_multiple_answers

* fix: Use fixed branch for survey multiple answers

* bump: Module survey multiple answers

* fix: Add x86_64-linux support in Gemfile.lock

* fix: Add missing migration for decidim-awesome

* lint: lint fixes

* fix: Remove not needed ActiveStorage include

* ci: Lock Chromedriver to 119

---------

Co-authored-by: Guillaume MORET <[email protected]>
Co-authored-by: AyakorK <[email protected]>
  • Loading branch information
3 people authored Jan 5, 2024
1 parent a489a50 commit 7182e42
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 81 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
- run: mkdir -p ./spec/tmp/screenshots
name: Create the screenshots folder
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105
- run: bundle exec rake "test:run[exclude, spec/system/**/*_spec.rb, ${{ matrix.slice }}]"
name: RSpec
- run: ./.github/upload_coverage.sh decidim-app $GITHUB_EVENT_PATH
Expand Down Expand Up @@ -171,6 +173,8 @@ jobs:
- run: mkdir -p ./spec/tmp/screenshots
name: Create the screenshots folder
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105
- run: bundle exec rake "test:run[include, spec/system/**/*_spec.rb, ${{ matrix.slice }}]"
name: RSpec
- run: ./.github/upload_coverage.sh decidim-app $GITHUB_EVENT_PATH
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolit
gem "decidim-ludens", git: "https://github.com/OpenSourcePolitics/decidim-ludens.git", branch: DECIDIM_BRANCH
gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler", branch: DECIDIM_BRANCH
gem "decidim-spam_detection"
gem "decidim-survey_multiple_answers", git: "https://github.com/alecslupu-pfa/decidim-module-survey_multiple_answers"
gem "decidim-term_customizer", git: "https://github.com/OpenSourcePolitics/decidim-module-term_customizer.git", branch: "fix/email_with_precompile"

# Omniauth gems
Expand Down
Loading

0 comments on commit 7182e42

Please sign in to comment.