Skip to content

Fixed testing events for union types #72

Fixed testing events for union types

Fixed testing events for union types #72

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v3
- name: Install .NET 6
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
- name: Install .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
- name: Restore NuGet packages
run: ./build.sh test