Skip to content

Updated to orleans 7.2 #40

Updated to orleans 7.2

Updated to orleans 7.2 #40

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --no-build --configuration Release