Skip to content

Don't treat non-existent wallets as if they were connected. #1485

Don't treat non-existent wallets as if they were connected.

Don't treat non-existent wallets as if they were connected. #1485

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
types: [opened, reopened]
workflow_dispatch:
jobs:
wallet-tests:
runs-on: ubuntu-latest
steps:
- name: checkout 🛎️
uses: actions/[email protected]
- name: node
uses: actions/setup-node@v3
with:
node-version: 18.17.0
- name: deps
run: yarn
- name: build
run: yarn build