Skip to content

Commit

Permalink
Add workflow step to run sample executables
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 21, 2024
1 parent cd8807a commit 8c71097
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-net-framework-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,9 @@ jobs:
else
msbuild.exe $sample_name.csproj //p:Configuration=Release //p:Platform=x64
fi
- name: Run samples
working-directory: ${{ matrix.dir }}
run: |
sample_name=$(basename "$PWD")
bin/Release/$sample_name.exe

0 comments on commit 8c71097

Please sign in to comment.