Skip to content

chore(deps): bump coverlet.collector from 6.0.1 to 6.0.2 in /transaction-analyzer/csharp #105

chore(deps): bump coverlet.collector from 6.0.1 to 6.0.2 in /transaction-analyzer/csharp

chore(deps): bump coverlet.collector from 6.0.1 to 6.0.2 in /transaction-analyzer/csharp #105

name: .NET
on:
push:
paths:
- "transaction-analyzer/csharp/**"
branches: [ master ]
pull_request:
paths:
- "transaction-analyzer/csharp/**"
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: |
cd transaction-analyzer/csharp
dotnet restore
- name: Build
run: |
cd transaction-analyzer/csharp
dotnet build --no-restore
- name: Test
run: |
cd transaction-analyzer/csharp
dotnet test --no-build --verbosity normal