Skip to content

Commit 35ddb97

Browse files
committed
Update publish.yml to build before running the Adyen.Test unit-tests
1 parent f1e03d9 commit 35ddb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet build Adyen --configuration Release --no-restore
2929

3030
- 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
31+
run: dotnet test --configuration Release --framework net8.0 --no-restore Adyen.Test/Adyen.Test.csproj
3232

3333
# Pack Release
3434
- name: Pack

0 commit comments

Comments
 (0)