Skip to content

build(deps): bump actions/stale from 10.1.0 to 10.1.1 (#5181) #287

build(deps): bump actions/stale from 10.1.0 to 10.1.1 (#5181)

build(deps): bump actions/stale from 10.1.0 to 10.1.1 (#5181) #287

Workflow file for this run

name: Benchmark
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
permissions: read-all
concurrency:
group: ${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: false
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
ruby-version: ['3.4']
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Ruby
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Run Benchmark
shell: bash # Ensure to use bash shell on all platforms
run: |
bundle exec rake benchmark:run:in_tail | tee -a $GITHUB_STEP_SUMMARY