Skip to content

Commit

Permalink
[WIP] check current github action folder content
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Jan 18, 2022
1 parent ae69e0e commit c4de7db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/packages.yml
Expand Up @@ -106,7 +106,12 @@ jobs:

-
name: Run PHPArkitect
run: vendor/bin/phparkitect check
run: |
ls -lh
ls -lh vendor/
ls -lh vendor/bin
vendor/bin/phparkitect check
if: always() && steps.end-of-setup.outcome == 'success' && matrix.package == 'Bundle/ApiBundle'

notify-about-build-failure:
Expand Down

0 comments on commit c4de7db

Please sign in to comment.