Skip to content

Commit

Permalink
Merge pull request #31 from datalogics-saharay/add-initial-github-act…
Browse files Browse the repository at this point in the history
…ions-workflow

Add initial GitHub Actions workflow file to repo
  • Loading branch information
datalogics-josepha authored Feb 27, 2024
2 parents 35e2423 + 0b94077 commit 0cadcb3
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 0cadcb3

Please sign in to comment.