Skip to content

Bump Akka.Cluster.Hosting from 1.5.8 to 1.5.8.1 #99

Bump Akka.Cluster.Hosting from 1.5.8 to 1.5.8.1

Bump Akka.Cluster.Hosting from 1.5.8 to 1.5.8.1 #99

Workflow file for this run

name: pr_validation
on:
push:
branches:
- master
- dev
- main
pull_request:
branches:
- master
- dev
- main
jobs:
test:
name: Test-${{matrix.os}}
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v3.0.2
with:
lfs: true
fetch-depth: 0
- name: "Install .NET SDK"
uses: actions/setup-dotnet@v2.1.0
with:
dotnet-version: |
6.0.x
global-json-file: "./global.json"
- name: "dotnet build"
run: dotnet build -c Release
- name: "dotnet test"
run: dotnet test -c Release