diff --git a/.github/workflows/ubuntodotnet.yml b/.github/workflows/ubuntodotnet.yml index df144a1..78aeb00 100644 --- a/.github/workflows/ubuntodotnet.yml +++ b/.github/workflows/ubuntodotnet.yml @@ -58,14 +58,7 @@ jobs: - name: Build run: dotnet build --no-restore - - - name: ls - run: ls -a - - - - - + - name: run run: dotnet run --project ConsoleAppSVS-test/ConsoleAppSVS-test.csproj @@ -97,3 +90,6 @@ jobs: - name: Override page_url id: change-page-url run: echo "new_page_url=${{ steps.deployment.outputs.page_url }}index.html" >> $GITHUB_OUTPUT + + - name: ls + run: ls -a \ No newline at end of file