Skip to content

Bump xunit from 2.4.2 to 2.7.0 #258

Bump xunit from 2.4.2 to 2.7.0

Bump xunit from 2.4.2 to 2.7.0 #258

Workflow file for this run

name: Legacy CI
on:
push:
branches:
- mainstream
paths-ignore:
- 'performance/Farkle.Benchmarks.CSharp/**'
- 'src/FarkleNeo/**'
- 'tests/Farkle.Tests.CSharp/**'
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- 'performance/Farkle.Benchmarks.CSharp/**'
- 'src/FarkleNeo/**'
- 'tests/Farkle.Tests.CSharp/**'
schedule:
- cron: '18 14 * * 4'
permissions: read-all
jobs:
test:
name: 'Test the legacy F# codebase'
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up .NET SDK from global.json
uses: actions/setup-dotnet@v3
- name: Restore .NET local tools
run: dotnet tool restore
- name: Run tests
run: dotnet run --project eng/Farkle.Build.fsproj -- -t TestLegacy