Skip to content

Adding Mintbase to the wallet list #450

Adding Mintbase to the wallet list

Adding Mintbase to the wallet list #450

Workflow file for this run

name: PR
on:
pull_request:
concurrency:
group: ${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/frontend
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: NEAR_WALLET_ENV=testnet yarn bundle