Update .gitea/workflows/sonarqube_scans.yml
Some checks failed
CI / build-test (push) Failing after 56s

This commit is contained in:
2026-03-08 20:51:11 +00:00
parent 706e8e9892
commit 3e04d0a82d

View File

@@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v5
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- uses: php-actions/composer@v6
- name: composer install --no-dev
uses: php-actions/composer@v6
with:
command: install
args: --no-dev
php_version: "8.4"
- run: echo "Composer dependencies have been installed"
- run: vendor/bin/phpunit