Skip to content

Commit a5518e8

Browse files
committed
Fix test directory path in CI workflow for Linux builds
1 parent 8cc914f commit a5518e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet build -c Release --self-contained -r linux-x64 ./NullOpsDevs.LibSsh.Test/NullOpsDevs.LibSsh.Test.csproj
3232

3333
- name: Run tests
34-
working-directory: ./NullOpsDevs.LibSsh.Test/bin/Release/net9.0
34+
working-directory: ./NullOpsDevs.LibSsh.Test/bin/Release/net9.0/linux-x64/
3535
run: ./NullOpsDevs.LibSsh.Test
3636

3737
- name: Cleanup Docker Compose

0 commit comments

Comments
 (0)