Skip to content

Update action file and scripts #751

Update action file and scripts

Update action file and scripts #751

Workflow file for this run

name: dotnet-tests
"on": push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
dotnet-quality: "preview"
- name: Test
run: sh scripts/workflow-test.sh
- name: Coverage
run: sh scripts/workflow-coverage.sh
- name: Coveralls
uses: coverallsapp/github-action@v2