Skip to content

Add upfront bps to invoice funded event #163

Add upfront bps to invoice funded event

Add upfront bps to invoice funded event #163

Workflow file for this run

name: Tests
on:
push:
branches: [ main, current-deployed-version ]
pull_request:
branches: [ main, current-deployed-version ]
workflow_dispatch:
jobs:
Test-Mappings:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.5.0
registry-url: https://registry.npmjs.org/
- name: install yarn and test
run: |
yarn
yarn build
yarn test
working-directory: ./bulla-contracts