Skip to content

fix(wrw): remove gas fields from EVM CCR FORM and bump sdk #1135

fix(wrw): remove gas fields from EVM CCR FORM and bump sdk

fix(wrw): remove gas fields from EVM CCR FORM and bump sdk #1135

Workflow file for this run

name: Storybook Tests
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Storybook tests
run: npm run storybook:test:ci