mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-8064] Migrate actions-favorites tests to Playwright (#3871)
* ACS-8064 Migrate actions-favorites tests to Playwright
This commit is contained in:
@@ -101,12 +101,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
e2e-suites:
|
||||
- name: "deleteActions"
|
||||
id: 7
|
||||
- name: "editActions,favoriteActions"
|
||||
id: 8
|
||||
- name: "uploadDownloadActions"
|
||||
id: 9
|
||||
- name: "editActions"
|
||||
id: 1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@@ -174,6 +170,10 @@ jobs:
|
||||
id: 13
|
||||
- name: "upload-download-actions"
|
||||
id: 14
|
||||
- name: "favorite-actions"
|
||||
id: 15
|
||||
- name: "delete-actions"
|
||||
id: 16
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@@ -240,5 +240,3 @@ jobs:
|
||||
echo -e "\e[31mPRs are not mergeable with conditional build. This build was run with custom ADF branch: $BRANCH \e[0m"
|
||||
exit 1
|
||||
fi;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user