Skip to content

chore: update .NET version for the test so they would work on newer s… #50

chore: update .NET version for the test so they would work on newer s…

chore: update .NET version for the test so they would work on newer s… #50

name: Test and build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.203
- name: Build
run: ./scripts/build.sh
- name: Cover
run: ./scripts/cover.sh
- name: Publish coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}