Skip to content

Add choose_govuk_radio and within_govuk_fieldset (#25) #60

Add choose_govuk_radio and within_govuk_fieldset (#25)

Add choose_govuk_radio and within_govuk_fieldset (#25) #60

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install gems
run: bundle install
- name: Run tests
run: bundle exec rspec