Skip to content

INVD-3619 added Balances.AddedCreditNotes property #37

INVD-3619 added Balances.AddedCreditNotes property

INVD-3619 added Balances.AddedCreditNotes property #37

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
- name: Install tools
run: |
dotnet restore
- name: Run test suite
run: dotnet test ./invoicedapi.tests/