Skip to content

Install widgets if dashboard is active #5

Install widgets if dashboard is active

Install widgets if dashboard is active #5

Workflow file for this run

name: Test mysqlreport against TYPO3 12
on: [pull_request]
jobs:
CGL:
name: Coding Style
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Composer
run: Build/Scripts/runTests.sh -t 12 -p 8.1 -s composerUpdate
- name: Lint PHP
run: Build/Scripts/runTests.sh -t 12 -p 8.1 -s lint
- name: Validate code against CGL
run: Build/Scripts/runTests.sh -t 12 -p 8.1 -s cgl -n
testing:
name: PHP Unit and Functional Tests
needs: CGL
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2' ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Composer
run: Build/Scripts/runTests.sh -t 12 -p 8.1 -s composerUpdate
- name: Functional tests with mariadb
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s unit