Skip to content

feat: increase size of app bar icons (18px -> 22px) #5030

feat: increase size of app bar icons (18px -> 22px)

feat: increase size of app bar icons (18px -> 22px) #5030

Workflow file for this run

name: run-tests
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-tests:
runs-on: ubuntu-latest
env:
REACT_APP_INFURA_URL: ${{secrets.INFURA_URL}}
steps:
- uses: actions/checkout@v4
- name: Common Setup
uses: ./.github/actions/common
- run: echo '//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}' >> .npmrc
- run: npm install --legacy-peer-deps
- run: npm run test