Skip to content

fix: Amount column format on ethereumsends table #8

fix: Amount column format on ethereumsends table

fix: Amount column format on ethereumsends table #8

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
run_tests:
runs-on: ubuntu-20.04
container: node:20.15-alpine
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm install
- name: Run tests
id: run_node_tests
run: |
npm run test --verbose