Skip to content

fix: removes walletconnect v1 #796

fix: removes walletconnect v1

fix: removes walletconnect v1 #796

Workflow file for this run

name: Run tests
on:
push:
branches-ignore:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build Aragon
run: yarn build
- name: Run BundleWatch
run: yarn bundlewatch
- name: Run tests
run: yarn test
env:
CI: true
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}