Skip to content

Commit ff857bb

Browse files
committed
chore: update workflow test targets for renamed and new test projects
1 parent 50fed5a commit ff857bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-nuget.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
dotnet test test/WalletFramework.Core.Tests --configuration $BUILD_CONFIG --no-restore --no-build
7373
dotnet test test/WalletFramework.MdocLib.Tests --configuration $BUILD_CONFIG --no-restore --no-build
7474
dotnet test test/WalletFramework.MdocVc.Tests --configuration $BUILD_CONFIG --no-restore --no-build
75-
dotnet test test/WalletFramework.Oid4Vc.Tests --configuration $BUILD_CONFIG --no-restore --no-build
75+
dotnet test test/WalletFramework.Oid4Vci.Tests --configuration $BUILD_CONFIG --no-restore --no-build
76+
dotnet test test/WalletFramework.Oid4Vp.Tests --configuration $BUILD_CONFIG --no-restore --no-build
7677
dotnet test test/WalletFramework.SdJwtVc.Tests --configuration $BUILD_CONFIG --no-restore --no-build
7778
dotnet test test/WalletFramework.SdJwtLib.Tests --configuration $BUILD_CONFIG --no-restore --no-build
7879
dotnet test test/WalletFramework.Storage.Tests --configuration $BUILD_CONFIG --no-restore --no-build

0 commit comments

Comments
 (0)