We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc914f commit a5518e8Copy full SHA for a5518e8
.github/workflows/test-and-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet build -c Release --self-contained -r linux-x64 ./NullOpsDevs.LibSsh.Test/NullOpsDevs.LibSsh.Test.csproj
32
33
- name: Run tests
34
- working-directory: ./NullOpsDevs.LibSsh.Test/bin/Release/net9.0
+ working-directory: ./NullOpsDevs.LibSsh.Test/bin/Release/net9.0/linux-x64/
35
run: ./NullOpsDevs.LibSsh.Test
36
37
- name: Cleanup Docker Compose
0 commit comments