Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate Workflows #80

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
3 changes: 3 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
php tests/app/bin/console cache:clear
composer phpstan

- name: Check Deptrac
run: composer deptrac:analyse

- name: Check Symfony YAML Config
run: composer yaml:lint
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
dependency-versions: ${{ matrix.dependencies }}

- name: Execute tests
run: composer tests
run: composer tests:coverage:gitlab-ci
mike4git marked this conversation as resolved.
Show resolved Hide resolved