Skip to content

Commit

Permalink
Lock ChromeDriver to 119.0.6045.105
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Jan 19, 2024
1 parent a9c5135 commit 0de3576
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true

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

- name: Bundle Install
run: bundle install

Expand Down
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ default: &default

development:
<<: *default
database: decidim-plataformess_development
database: <%= ENV.fetch("DATABASE_NAME") { "decidim-plataformess_development" } %>

# The specified database role being used to connect to postgres.
# To create additional roles in postgres see `$ createuser --help`.
Expand Down
2 changes: 1 addition & 1 deletion config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ default: &default

development:
<<: *default
secret_key_base: d68bdd64e847c12983623875b9c7e1fd16e36b4ea46e5d44c83bfb49b29af647af3b4b2741a6b7032e74e88018db0de5a206caa9b8b198c295aaad820d8b904a
secret_key_base: <%= Decidim::Env.new("SECRET_KEY_BASE", "d68bdd64e847c12983623875b9c7e1fd16e36b4ea46e5d44c83bfb49b29af647af3b4b2741a6b7032e74e88018db0de5a206caa9b8b198c295aaad820d8b904a") %>
omniauth:
developer:
enabled: true
Expand Down

0 comments on commit 0de3576

Please sign in to comment.