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
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:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user