Skip to content

Commit 4d4324a

Browse files
committed
Fixing CI/CD
1 parent 939850a commit 4d4324a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
3131
SIGNER_EMAIL: ${{ secrets.SIGNER_EMAIL }}
3232
SIGNER_NAME: ${{ secrets.SIGNER_NAME }}
33-
run: dotnet test --no-build --verbosity normal
33+
run: dotnet test launcher-csharp.sln --no-build --verbosity normal

0 commit comments

Comments
 (0)