Skip to content

Tick version

Tick version #206

Workflow file for this run

name: Validate dev branch
on:
push:
# https://stackoverflow.com/questions/58139406/only-run-job-on-specific-branch-with-github-actions
branches:
- dev
jobs:
validate:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
# https://stackoverflow.com/a/70552262/14582
- run: dotnet test --nologo -l:"console;verbosity=normal"