Skip to content

Commit ff2570d

Browse files
authored
Merge branch 'Update-publish.yml-to-use-.NET-8.0' into main
2 parents 90466f6 + 35ddb97 commit ff2570d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323
- name: Restore dependencies
2424
run: dotnet restore
2525

26-
# Build in Release configuration and run unit tests in .NET 8.0
26+
# Build in Release configuration
2727
- name: Build Release
2828
run: dotnet build Adyen --configuration Release --no-restore
2929

30+
# Run unit tests on .NET 8.0
3031
- 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
32+
run: dotnet test --configuration Release --framework net8.0 --no-restore Adyen.Test/Adyen.Test.csproj
3233

3334
# Pack Release
3435
- name: Pack

0 commit comments

Comments
 (0)