Skip to content

Merge pull request #598 from camunda-community-hub/dependabot/nuget/G… #78

Merge pull request #598 from camunda-community-hub/dependabot/nuget/G…

Merge pull request #598 from camunda-community-hub/dependabot/nuget/G… #78

Workflow file for this run

name: .NET Core CI
on:
push:
branches: main
workflow_dispatch: { }
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.x
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test