diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml new file mode 100644 index 0000000..6efdb78 --- /dev/null +++ b/.github/workflows/test-dotnet-samples.yml @@ -0,0 +1,20 @@ +name: test-samples + +on: + pull_request: + push: + branches: [ develop, main ] + +env: + DOTNET_VERSION: '6.x' + +jobs: + run-samples: + runs-on: ${{ matrix.os }} + defaults: + run: + shell: bash + strategy: + matrix: + os: [windows-latest, ubuntu-latest, macos-14] + dir: []