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 f1e03d9 commit 35ddb97Copy full SHA for 35ddb97
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet build Adyen --configuration Release --no-restore
29
30
- name: Run unit tests on .NET 8.0
31
- run: dotnet test --no-build --configuration Release --framework net8.0 --no-restore Adyen.Test/Adyen.Test.csproj
+ run: dotnet test --configuration Release --framework net8.0 --no-restore Adyen.Test/Adyen.Test.csproj
32
33
# Pack Release
34
- name: Pack
0 commit comments