Skip to content

Merge pull request #58 from bulla-network/bgobeil/add-invoice-reconciled #170

Merge pull request #58 from bulla-network/bgobeil/add-invoice-reconciled

Merge pull request #58 from bulla-network/bgobeil/add-invoice-reconciled #170

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