We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939850a commit 4d4324aCopy full SHA for 4d4324a
.github/workflows/dotnet.yml
@@ -30,4 +30,4 @@ jobs:
30
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
31
SIGNER_EMAIL: ${{ secrets.SIGNER_EMAIL }}
32
SIGNER_NAME: ${{ secrets.SIGNER_NAME }}
33
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test launcher-csharp.sln --no-build --verbosity normal
0 commit comments