Skip to content

Chore(deps): Bump Polyfill from 9.22.0 to 9.23.0 #84

Chore(deps): Bump Polyfill from 9.22.0 to 9.23.0

Chore(deps): Bump Polyfill from 9.22.0 to 9.23.0 #84

name: Dotnet Testing
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [ core ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
8.x
9.x
10.x
- name: Restore dependencies
run: dotnet restore CodeOfChaos.Unions.slnx
- name: Build
run: dotnet build CodeOfChaos.Unions.slnx --configuration Release --no-restore
- name: Run tests
run: dotnet test --solution CodeOfChaos.Unions.slnx --configuration Release --no-restore --no-build