Skip to content

chore: also return handle for intraledger payment destination #441

chore: also return handle for intraledger payment destination

chore: also return handle for intraledger payment destination #441

Workflow file for this run

name: "Tests"
on:
pull_request:
branches: [main]
jobs:
integration:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
- name: Run all tests
run: yarn test