Skip to content

Fix: Fix tests breaking in latest Ruby, update devcontainer to 3.3 #57

Fix: Fix tests breaking in latest Ruby, update devcontainer to 3.3

Fix: Fix tests breaking in latest Ruby, update devcontainer to 3.3 #57

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:

Check failure on line 15 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 15, Col: 14): Unexpected value ''
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec