Skip to content

hotfix: do not display new staking event popup until there is a new one #12003

hotfix: do not display new staking event popup until there is a new one

hotfix: do not display new staking event popup until there is a new one #12003

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- 'main'
jobs:
shared:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install Dependencies
run: yarn --ignore-scripts
- name: Test
run: yarn test:shared