Skip to content

Test also module config dependents #4

Test also module config dependents

Test also module config dependents #4

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: clone
uses: actions/checkout@v3
- name: composer self-update
run: composer self-update
- name: composer install
run: composer install --no-progress --no-ansi --no-interaction
- name: site install
run: composer site:install
- name: phpcs
run: composer phpcs
- name: phpunit
run: composer phpunit