Skip to content

Commit

Permalink
Update dotnet.yml pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePinkUnicorn6 authored Nov 2, 2023
1 parent b1f92a0 commit d6afc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore NeaServer.sln
- name: Build
run: dotnet build NeaServer.sln --no-restore; ls /bin/Release/; pwd
run: dotnet build NeaServer.sln --no-restore; pwd
- name: Test
run: dotnet test NeaServer.sln --no-build --verbosity normal

Expand Down

0 comments on commit d6afc89

Please sign in to comment.