From 6f312d76bdb8ccea9144460f7e44f52a0bd7f7e0 Mon Sep 17 00:00:00 2001 From: Deyan Zhekov Date: Thu, 9 Apr 2026 23:04:55 +0300 Subject: [PATCH] feat: [OCISDEV-786] Split coreApiSharees and coreApiSharePublicLink2 (#12196) --- .github/workflows/acceptance-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index bcf9535a66b..52fa4d1b012 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -231,7 +231,8 @@ jobs: suite: - "coreApiAuth,coreApiCapabilities,coreApiFavorites,coreApiMain,coreApiVersions" - "coreApiShareManagementBasicToShares,coreApiShareManagementToShares" - - "coreApiSharees,coreApiSharePublicLink2" + - "coreApiSharees" + - "coreApiSharePublicLink2" - "coreApiShareOperationsToShares1,coreApiShareOperationsToShares2,coreApiSharePublicLink1,coreApiShareCreateSpecialToShares1,coreApiShareCreateSpecialToShares2,coreApiShareUpdateToShares" - "coreApiTrashbin,coreApiTrashbinRestore,coreApiWebdavEtagPropagation1,coreApiWebdavEtagPropagation2" - "coreApiWebdavDelete,coreApiWebdavOperations,coreApiWebdavMove2"