[ACS-6575] code fix and split action suite (#3604)

* code split and fix

* code split and fix

* code split and fix

* [ACS-6575]code fix in workflow
This commit is contained in:
Akash Rathod
2024-01-19 13:09:07 +05:30
committed by GitHub
parent c77528c530
commit 608e6c5eb4
19 changed files with 134 additions and 10 deletions

View File

@@ -149,7 +149,7 @@ jobs:
fail-fast: false
matrix:
e2e-suites:
- name: "actions"
- name: "create-actions"
id: 1
- name: "folder-rules"
id: 2
@@ -169,6 +169,8 @@ jobs:
id: 9
- name: "copy-move-actions"
id: 10
- name: "library-actions"
id: 11
steps:
- name: Checkout
uses: actions/checkout@v3