Skip to content

Create specific action for master push (#67) #11

Create specific action for master push (#67)

Create specific action for master push (#67) #11

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Test
run: dotnet test ./Irony.Tests/040.Irony.Tests.VsTest.csproj -c release