Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
fetch-depth: 0 # fetch everything
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- uses: ruby/setup-ruby@v1
- uses: actions/cache@v3
name: Cache Cargo registry + index
with:
Expand Down Expand Up @@ -129,11 +130,7 @@ jobs:
run: make check-markdown
- name: Check Component Docs
if: needs.changes.outputs.source == 'true' || needs.changes.outputs.component_docs == 'true'
uses: nick-fields/retry@v2
with:
max_attempts: 10
timeout_seconds: 900
command: make check-component-docs
run: make check-component-docs
- name: Check Rust Docs
if: needs.changes.outputs.source == 'true'
run: cd rust-doc && make docs
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.4
2 changes: 1 addition & 1 deletion scripts/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '~> 2.7.0'
ruby '~> 3.1.0'

# !!!
# Please try not to add more dependencies here.
Expand Down
4 changes: 2 additions & 2 deletions scripts/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEPENDENCIES
toml-rb (~> 2.0)

RUBY VERSION
ruby 2.7.1p83
ruby 3.1.4p223

BUNDLED WITH
2.1.4
2.4.14