We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8454df4 commit 7589418Copy full SHA for 7589418
1 file changed
.github/workflows/ci.yml
@@ -70,8 +70,6 @@ jobs:
70
'apiShareReshareToShares3',
71
'apiShareUpdateToRoot',
72
'apiShareUpdateToShares',
73
- 'apiSharingNotificationsToRoot',
74
- 'apiSharingNotificationsToShares',
75
'apiTags',
76
'apiTranslation',
77
'apiTrashbin',
@@ -94,6 +92,15 @@ jobs:
94
92
'apiWebdavUpload2',
95
93
'apiWebdavUploadTUS']"
96
+ acceptance-api-notifications:
+ name: API Acceptance Tests
97
+ uses: ./.github/workflows/acceptance.yml
98
+ with:
99
+ do-api-tests: true
100
+ server-folder: 'server'
101
+ additional-app: 'notifications'
102
+ test-suites: "['apiSharingNotificationsToRoot', 'apiSharingNotificationsToShares']"
103
+
104
acceptance-api-federation:
105
name: API Acceptance Tests with Federation
106
uses: ./.github/workflows/acceptance.yml
0 commit comments