Skip to content

Bump allure-rspec from 7435b52 to 7b07bcd #133

Bump allure-rspec from 7435b52 to 7b07bcd

Bump allure-rspec from 7435b52 to 7b07bcd #133

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Test
run: bundle exec rspec
env:
ALLURE_TESTPLAN_PATH: spec/fixture/testplan.json