Skip to content

Updated Myriad.ECS to 29.1.1 #48

Updated Myriad.ECS to 29.1.1

Updated Myriad.ECS to 29.1.1 #48

name: continuous integration
on:
push:
branches:
- master
paths:
- '.github/workflows/ContinuousIntegration.yml'
- 'source/**'
jobs:
continuous_integration:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master
- name: Set up dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
source-url: https://nuget.pkg.github.com/Doraku/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Run benchmark
run: dotnet run --project source\Ecs.CSharp.Benchmark\Ecs.CSharp.Benchmark.csproj -c Release --filter * --job Dry