Skip to content

Commit

Permalink
Add initial GitHub Actions workflow file to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Feb 27, 2024
1 parent 35e2423 commit 0b94077
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
@@ -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: []

0 comments on commit 0b94077

Please sign in to comment.