Skip to content

[DO_NOT_MERGE] run all tests based 2.x with command log #2337

[DO_NOT_MERGE] run all tests based 2.x with command log

[DO_NOT_MERGE] run all tests based 2.x with command log #2337

name: Gantt Chart Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
outputs:
tests: ${{ steps.filter.outputs.tests }}
steps:
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
tests:
- 'cypress/**/gantt-chart-dashboards/**'
tests:
needs: changes
## if: ${{ needs.changes.outputs.tests == 'true' }}
uses: ./.github/workflows/release-e2e-workflow-template.yml
with:
test-name: Gantt Chart
test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/gantt-chart-dashboards/*'