phpcs and phpstan dont put in artifacts directory
Some checks failed
CI / testsuite (mysql, 8.4, ) (push) Successful in 7m22s
CI / testsuite (mysql, 8.2, ) (push) Successful in 13m52s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 7m16s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m36s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 14m0s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 6m52s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 13m55s
CI / Coding Standard & Static Analysis (push) Failing after 8m22s

This commit is contained in:
2026-01-23 01:45:23 -08:00
parent 81a8ecaf73
commit 7c04a5b2e7

View File

@@ -132,15 +132,14 @@ jobs:
- name: Run phpcs - name: Run phpcs
run: composer cs-check > phpcs.errors run: composer cs-check > phpcs.errors
- run: mkdir -p artifacts
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4 - uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with: with:
name: phpstan name: phpstan
path: artifacts/phpstan.errors path: phpstan.errors
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4 - uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with: with:
name: phpcs name: phpcs
path: artifacts/phpcs.errors path: phpcs.errors