feat(WRW): add support for osmosis wallet recovery #418
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Storybook Tests | |
on: push | |
jobs: | |
test: | |
timeout-minutes: 60 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: '16.15.0' | |
cache: 'npm' | |
- name: Install dependencies | |
run: npm ci | |
- name: Run Storybook tests | |
run: npm run storybook:test:ci |