Skip to content

Investigate failure on truffleruby-head + macOS + XCode 14.2 #144

Investigate failure on truffleruby-head + macOS + XCode 14.2

Investigate failure on truffleruby-head + macOS + XCode 14.2 #144

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
versions: '["truffleruby-head"]'
min_version: 2.5
build:
needs: ruby-versions
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
fail-fast: false
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest, windows-latest ]
include:
- ruby: mswin
os: windows-latest
- ruby: mingw
os: windows-latest
exclude:
- ruby: head
os: windows-latest
- ruby: truffleruby-head
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # 'bundle install' and cache
- name: Run test
run: bundle exec rake compile test
timeout-minutes: 5
environment:

Check failure on line 42 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 42, Col: 7): Unexpected value 'environment'
TESTOPTS: "--verbose"