Skip to content

Commit 9da1776

Browse files
committed
Test core integration tests
Signed-off-by: Lin Wang <[email protected]>
1 parent aed9123 commit 9da1776

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'package.json'
1010
- '.github/actions/start-opensearch/action.yml'
1111
- '.github/workflows/release-e2e-workflow-template.yml'
12+
- '.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml'
1213

1314
push:
1415
branches: ['**']
@@ -19,6 +20,7 @@ on:
1920
- 'package.json'
2021
- '.github/actions/start-opensearch/action.yml'
2122
- '.github/workflows/release-e2e-workflow-template.yml'
23+
- '.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml'
2224

2325
env:
2426
CI_GROUPS: "1,2,3,4,5,6,7,8,9"
@@ -104,7 +106,7 @@ jobs:
104106
# with:
105107
# test-name: "osd:ciGroup${{ matrix.ciGroup }}"
106108
# test-command: env CYPRESS_NO_COMMAND_LOG=1 CYPRESS_VISBUILDER_ENABLED=true CYPRESS_DATASOURCE_MANAGEMENT_ENABLED=true yarn cypress:run-with-security --browser chrome --spec '${{ matrix.specs }}'
107-
109+
108110
# tests-without-security-windows:
109111
# needs: ["get_spec"]
110112
# strategy:
@@ -116,4 +118,4 @@ jobs:
116118
# with:
117119
# test-name: "osd:ciGroup${{ matrix.ciGroup }}"
118120
# test-command: env CYPRESS_NO_COMMAND_LOG=1 CYPRESS_VISBUILDER_ENABLED=true CYPRESS_DATASOURCE_MANAGEMENT_ENABLED=true yarn cypress:run-without-security --browser chrome --spec '${{ matrix.specs }}'
119-
# security-enabled: false
121+
# security-enabled: false

0 commit comments

Comments
 (0)