Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Merge pull request #11 from distantcam/dependabot/nuget/src/Verify.Xu… #16

Merge pull request #11 from distantcam/dependabot/nuget/src/Verify.Xu…

Merge pull request #11 from distantcam/dependabot/nuget/src/Verify.Xu… #16

name: on-push-run-tests
on:
push:
branches:
'*'
tags:
- '![0-9]+\.[0-9]+\.[0-9]+'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
- name: Run Tests
run: dotnet test -c Release