Skip to content

chore(deps-dev): bump eslint-plugin-promise from 5.2.0 to 7.2.1 in /themes #1245

chore(deps-dev): bump eslint-plugin-promise from 5.2.0 to 7.2.1 in /themes

chore(deps-dev): bump eslint-plugin-promise from 5.2.0 to 7.2.1 in /themes #1245

name: Run
on:
workflow_dispatch:
pull_request:
push:
branches:
- "5.7"
schedule:
- cron: '0 2 * * *'
jobs:
check-php-code:
name: PHPStan and CSFixer
uses: ./.github/workflows/check-php-code.yml
secrets: inherit
check-js-code:
name: JsLinter and Jest tests
uses: ./.github/workflows/check-js-code.yml
secrets: inherit
php-unit:
name: PHPUnit tests
uses: ./.github/workflows/phpunit.yml
secrets: inherit
needs: [ check-php-code, check-js-code ]
e2e-tests:
name: E2E
uses: ./.github/workflows/end-to-end.yml
secrets: inherit
needs: [ php-unit ]