Skip to content

Bump JunitXml.TestLogger from 3.0.124 to 3.0.134 in /csharp #50

Bump JunitXml.TestLogger from 3.0.124 to 3.0.134 in /csharp

Bump JunitXml.TestLogger from 3.0.124 to 3.0.134 in /csharp #50

Workflow file for this run

name: Dotnet
on:
push:
branches:
- '**'
paths:
- 'csharp/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Build
run: |
cd csharp
dotnet build
- name: Test
run: |
cd csharp
dotnet test