Skip to content

Handle failures in BeforeAll hooks and AfterAll hooks #1357

Handle failures in BeforeAll hooks and AfterAll hooks

Handle failures in BeforeAll hooks and AfterAll hooks #1357

Workflow file for this run

name: Test cucumber
permissions: {}
on:
push:
branches:
- main
- renovate/*
pull_request:
branches:
- main
schedule:
- cron: "0 5 * * *"
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: ['3.2', '3.3', '3.4', '4.0']
include:
- os: ubuntu-latest
ruby: jruby-10.0
- os: ubuntu-latest
ruby: truffleruby
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: ./.github/actions/test-ruby
with:
ruby-version: ${{ matrix.ruby }}