cleanup workflow - if phpcs or phpstan report anything the build fails
Some checks failed
CI / testsuite (pgsql, 8.2, ) (push) Successful in 5m35s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 7m29s
CI / testsuite (mysql, 8.2, ) (push) Successful in 14m42s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m40s
CI / testsuite (mysql, 8.4, ) (push) Successful in 20m21s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 7m44s
CI / Coding Standard & Static Analysis (push) Failing after 7m20s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 13m45s

This commit is contained in:
2026-01-23 18:38:13 -08:00
parent 38f706f0f6
commit a39017c817

View File

@@ -127,19 +127,7 @@ jobs:
fi
- name: Run phpstan
run: vendor/bin/phpstan analyse src tests --error-format=github > phpstan.errors
run: vendor/bin/phpstan analyse src --error-format=github
- name: Run phpcs
run: composer cs-check > phpcs.errors
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: phpstan
path: phpstan.errors
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: phpcs
path: phpcs.errors
run: composer cs-check