Skip to content

Add Windows to platforms for oj and yajl #39

Add Windows to platforms for oj and yajl

Add Windows to platforms for oj and yajl #39

Workflow file for this run

name: Ruby
on:
push:
branches: [ master, main ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ master, main ]
paths-ignore:
- '**/*.md'
jobs:
test:
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', 'jruby']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: gem install bundler
run: bundle exec rake

Check failure on line 30 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Ruby

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 30, Col: 7): 'run' is already defined