phpcs and phpstan dont put in artifacts directory
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