Skip to content

PT-13152 - Add turnover report #498

PT-13152 - Add turnover report

PT-13152 - Add turnover report #498

Workflow file for this run

name: Run
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '01 01 * * *'
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
# javascript-code-analysis:
# name: Javascript
# uses: ./.github/workflows/javascript-code-analysis.yml
# secrets: inherit
#
# php-code-analysis:
# name: PHP
# uses: ./.github/workflows/php-code-analysis.yml
# secrets: inherit
#
# php-code-analysis-legacy:
# name: PHP
# uses: ./.github/workflows/php-code-analysis-legacy.yml
# secrets: inherit
#
# php-unit-tests-shopware-5-7:
# name: Unit tests
# uses: ./.github/workflows/php-unit-tests-shopware-5-7.yml
# secrets: inherit
# needs: [ javascript-code-analysis, php-code-analysis, php-code-analysis-legacy ]
#
# php-unit-tests-shopware-legacy-versions:
# name: Unit tests legacy
# uses: ./.github/workflows/php-unit-tests-shopware-legacy.yml
# secrets: inherit
# needs: [ javascript-code-analysis, php-code-analysis, php-code-analysis-legacy ]
php-e2e-tests-shopware-5-7:
name: E2E
uses: ./.github/workflows/e2e-tests.yml
secrets: inherit
# needs: [ php-unit-tests-shopware-5-7, php-unit-tests-shopware-legacy-versions ]
php-e2e-tests-shopware-legacy:
name: E2E legacy
uses: ./.github/workflows/e2e-tests-legacy.yml
secrets: inherit
needs: [ php-e2e-tests-shopware-5-7 ]