Skip to content

Commit

Permalink
OXDEV-7644 Add deptrac step to workflow styles
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-dimitrov committed Dec 20, 2023
1 parent 96d4986 commit 3917209
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ jobs:
--workdir=/var/www/test-module \
php composer phpcs
- name: Run deptrac
id: deptrac
if: always()
run: |
docker compose exec -Tw /var/www/test-module \
php bash -c "composer deptrac"
- name: Stop containers
if: always()
run: |
Expand Down

0 comments on commit 3917209

Please sign in to comment.