Skip to content

test: [web-components] close alert-web component #16

test: [web-components] close alert-web component

test: [web-components] close alert-web component #16

Workflow file for this run

# For UI tests as job is required
name: PHP
on:
push:
pull_request:
# Run when only tests are updated
paths:
- 'tests/UI/**'
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
php-cs-fixer:
name: PHP CS Fixer
runs-on: ubuntu-latest
steps:
- run: 'echo "No tests required"'
phpstan:
name: PHP Static Analysis
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
fail-fast: false
steps:
- run: 'echo "No tests required"'
phpunit:
name: PHPUnit
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
fail-fast: false
steps:
- run: 'echo "No tests required"'