Skip to content

Merge pull request #149 from storybookjs/norbert/add-off-switch-react… #177

Merge pull request #149 from storybookjs/norbert/add-off-switch-react…

Merge pull request #149 from storybookjs/norbert/add-off-switch-react… #177

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run tests
run: |
yarn test:ci