Skip to content

Update dependency @cucumber/messages to v27.0.1 #432

Update dependency @cucumber/messages to v27.0.1

Update dependency @cucumber/messages to v27.0.1 #432

Workflow file for this run

name: Test ruby
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
workflow_call:
jobs:
test-ruby:
defaults:
working-directory: ruby

Check failure on line 16 in .github/workflows/test-ruby.yml

View workflow run for this annotation

GitHub Actions / Test ruby

Invalid workflow file

The workflow is not valid. .github/workflows/test-ruby.yml (Line: 16, Col: 7): Unexpected value 'working-directory'
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['3.0', '3.1', '3.2', '3.3']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
rubygems: latest
- name: Run tests
run: bundle exec rspec