Skip to content

Add optionnal parameter maxSupportedTransactionVersion to support ver… #127

Add optionnal parameter maxSupportedTransactionVersion to support ver…

Add optionnal parameter maxSupportedTransactionVersion to support ver… #127

Workflow file for this run

name: .NET
on:
push:
branches: [ master, net5 ]
pull_request:
branches: [ master, net5 ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get the sources
uses: actions/checkout@v1
- name: Run the build script
uses: cake-build/cake-action@v1
with:
script-path: build.cake
target: Report
cake-version: 1.1.0
cake-bootstrap: true
- name: Publish coverage report to coveralls.io
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: code_coverage/results.info