Fix another bug with tuple comparisons, add more detailed tests #256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: .NET build and test | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- ".github/workflows/dotnet-build-and-test.yaml" | |
- "src/**" | |
- "tests/**" | |
pull_request: | |
branches: [ main ] | |
paths: | |
- ".github/workflows/dotnet-build-and-test.yaml" | |
- "src/**" | |
- "tests/**" | |
jobs: | |
build-and-test: | |
uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/dotnet-build-and-test-with-osx.yaml@75faebd40fc091fcaf995c6c174867537caf2b05 |