Skip to content

Merge pull request #29 from scottbilas/gh-actions-update-1723339552 #248

Merge pull request #29 from scottbilas/gh-actions-update-1723339552

Merge pull request #29 from scottbilas/gh-actions-update-1723339552 #248

Workflow file for this run

name: Validate Dev Branch
on:
workflow_dispatch:
push:
branches: [ dev ]
jobs:
validate:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: 8.0.x
# https://stackoverflow.com/a/70552262/14582
- name: Run tests
run: |
dotnet test --nologo -l:"console;verbosity=normal" OkTools.sln