phpcs and phpstan dont put in artifacts directory
This commit is contained in:
@@ -132,15 +132,14 @@ jobs:
|
||||
- name: Run phpcs
|
||||
run: composer cs-check > phpcs.errors
|
||||
|
||||
- run: mkdir -p artifacts
|
||||
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: phpstan
|
||||
path: artifacts/phpstan.errors
|
||||
path: phpstan.errors
|
||||
|
||||
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: phpcs
|
||||
path: artifacts/phpcs.errors
|
||||
path: phpcs.errors
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user