From 5926b5db97e30d9980ad99646f814574e5cc50e7 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Wed, 28 Feb 2024 14:39:24 -0600 Subject: [PATCH] Fix sample run commands --- .github/workflows/test-dotnet-samples.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index b5bb1eb..5bbb8d1 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -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}}