Files
torsearch/.gitea/workflows/sonarqube_scans.yml
brock 82c3f7bb78
Some checks failed
CI / build-test (push) Failing after 1m19s
Update .gitea/workflows/sonarqube_scans.yml
2026-03-08 02:49:42 +00:00

18 lines
370 B
YAML

name: CI
on: [push]
permissions:
contents: write
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- uses: php-actions/composer@v6
- run: echo "Composer dependencies have been installed"
- run: vendor/bin/phpunit