Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into prevent_checkbox_subm…
Browse files Browse the repository at this point in the history
…it_from_raising_error_when_bookmark_counter_is_not_rendered
  • Loading branch information
cgalarza committed Jul 16, 2024
2 parents 7983a7b + deb5c53 commit 3cf5512
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
ruby-version: 3.2
bundler: "latest"
- name: Change permissions
run: chmod -R o-w /opt/hostedtoolcache/Ruby/3.2.4/x64/lib/ruby/gems/3.2.0/gems
- name: Install dependencies
run: bundle install
- name: Run linter
Expand Down Expand Up @@ -82,6 +84,8 @@ jobs:
with:
bundler: "latest"
ruby-version: ${{ matrix.ruby }}
- name: Change permissions
run: chmod -R o-w /opt/hostedtoolcache/Ruby/3.2.4/x64/lib/ruby/gems/3.2.0/gems
- name: Install dependencies
run: bundle install
- name: Run tests
Expand Down

0 comments on commit 3cf5512

Please sign in to comment.