Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

feat: MET-2390 Remove token icons and show them with nsfw button #1100

feat: MET-2390 Remove token icons and show them with nsfw button

feat: MET-2390 Remove token icons and show them with nsfw button #1100

Workflow file for this run

name: Run Unit Tests
on:
pull_request:
types: [opened, synchronize]
branches-ignore:
- "main"
workflow_dispatch:
jobs:
test:
runs-on: [arc-runner-set]
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v3
- name: 🫡 Setup node
uses: actions/setup-node@v4
with:
node-version: 18
- name: 🧘‍♀️ Download dependencies
run: npm ci
- name: 🎳 Run tests
run: npm run test