Skip to content

Fixing issue with tabbing when a radio is the last element of the modal #56

Fixing issue with tabbing when a radio is the last element of the modal

Fixing issue with tabbing when a radio is the last element of the modal #56

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
- v4
- chore/github-actions
jobs:
main:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: make deps-project tests-ci