Update .gitea/workflows/sonarqube_scans.yml
Some checks failed
CI / build-test (push) Failing after 56s
Some checks failed
CI / build-test (push) Failing after 56s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user