Skip to content

Commit

Permalink
add decidim-module-newsletter-agenda branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Feb 12, 2024
1 parent db9b970 commit 57acfa4
Show file tree
Hide file tree
Showing 4 changed files with 7,081 additions and 7,070 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/decidim_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ jobs:
- 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

- uses: actions/setup-node@master
with:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem "decidim-navigation_maps", github: "platoniq/decidim-module-navigation_maps"
# gem "decidim-time_tracker", github: "Platoniq/decidim-module-time_tracker"

gem "decidim-calendar", github: "openpoke/decidim-module-calendar"
gem "decidim-newsletter_agenda", github: "openpoke/decidim-module-newsletter_agenda"
gem "decidim-newsletter_agenda", github: "openpoke/decidim-module-newsletter_agenda", branch: "fix/canodrom-template"

gem "puma"
gem "wicked_pdf"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ GIT

GIT
remote: https://github.com/openpoke/decidim-module-newsletter_agenda.git
revision: deee50dff3d86df32dd7f5966a2061e6db29649a
revision: 3d1d6fe1a32b02283f9508fddaf02be5046d7802
branch: fix/canodrom-template
specs:
decidim-newsletter_agenda (1.1.0)
date_range_formatter
Expand Down
Loading

0 comments on commit 57acfa4

Please sign in to comment.