Skip to content

New: [ELI-262] - Configure-CI/CD-pipeline-for-automated-e2e-testing #149

New: [ELI-262] - Configure-CI/CD-pipeline-for-automated-e2e-testing

New: [ELI-262] - Configure-CI/CD-pipeline-for-automated-e2e-testing #149

Workflow file for this run

name: Pull Request
concurrency:
group: ${{ github.workflow }}
on:
pull_request:
branches: [main]
env:
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
jobs:
quality_checks:
uses: ./.github/workflows/quality-checks.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
pr_title_format_check:
uses: ./.github/workflows/pr_title_check.yml
regression_tests:
uses: ./.github/workflows/regression_tests.yml
with:
environment: 'dev'
log_level: 'INFO'
tags: '@regression'
id: 'Run during opened pull request'
github_tag: ${{ github.event.pull_request.head.ref }}
secrets: inherit