Skip to content

Commit

Permalink
Fix sample run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Feb 28, 2024
1 parent 63d288b commit 5926b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
ls ${{matrix.dir}}
- name: Run samples
working-directory: ${{ matrix.dir }}
working-directory: ${{matrix.dir}}
run: |
ls ${{ github.workspace }}/${{ matrix.dir }}/bin/Release/net6.0/${{ matrix.dll}}
dotnet ${{ github.workspace }}/${{ matrix.dir }}/bin/Release/net6.0/${{ matrix.dll}}
ls bin/Release/net6.0/
dotnet ${{ matrix.dir }}bin/Release/net6.0/${{ matrix.dlls}}

0 comments on commit 5926b5d

Please sign in to comment.