Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Dec 20, 2024
1 parent 7805658 commit d0e5a46
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/cypress_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@ env:
COMMENT_FAILURE_MSG: ':x: Cypress test run failed!'
LATEST_VERSION: '3.0.0'
COVERAGE: true
COMBINATIONS:
- []
- - SECURITY
- - SECURITY
- WORKSPACE
COMBINATIONS: |
[
["SECURITY"],
["WORKSPACE"],
["DATA_SOURCE"],
["SECURITY", "WORKSPACE"],
["SECURITY", "DATA_SOURCE"],
["WORKSPACE", "DATA_SOURCE"],
["SECURITY", "WORKSPACE", "DATA_SOURCE"],
["FEATURE_FLAG"]
]
jobs:
Expand Down

0 comments on commit d0e5a46

Please sign in to comment.