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.
2 parents 90466f6 + 35ddb97 commit ff2570dCopy full SHA for ff2570d
.github/workflows/publish.yml
@@ -23,12 +23,13 @@ jobs:
23
- name: Restore dependencies
24
run: dotnet restore
25
26
- # Build in Release configuration and run unit tests in .NET 8.0
+ # Build in Release configuration
27
- name: Build Release
28
run: dotnet build Adyen --configuration Release --no-restore
29
30
+ # Run unit tests on .NET 8.0
31
- name: Run unit tests on .NET 8.0
- run: dotnet test --no-build --configuration Release --framework net8.0 --no-restore Adyen.Test/Adyen.Test.csproj
32
+ run: dotnet test --configuration Release --framework net8.0 --no-restore Adyen.Test/Adyen.Test.csproj
33
34
# Pack Release
35
- name: Pack
0 commit comments