Skip to content

feat: Add support to Form testnet explorer #579

feat: Add support to Form testnet explorer

feat: Add support to Form testnet explorer #579

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Build packages
run: yarn build
- name: Check circularity
run: yarn circularity:check
- name: Test
run: yarn test