Skip to content

Remove APR duplication in renderExpiryTable — use enriched rows from compute() #80

Remove APR duplication in renderExpiryTable — use enriched rows from compute()

Remove APR duplication in renderExpiryTable — use enriched rows from compute() #80

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: npm ci
- run: npm test
- run: python3 -m unittest discover -s test/build -v