Skip to content

Commit

Permalink
Fix Deptrac workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Jul 9, 2024
1 parent c109f8b commit e4875b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deptrac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ jobs:
- name: Trace dependencies
run: |
sudo phive --no-progress install --global --trust-gpg-keys B8F640134AB1782E,A98E898BB53EB748 qossmic/deptrac
deptrac analyze --cache-file=build/deptrac.cache
composer require --dev qossmic/deptrac-shim
vendor/bin/deptrac analyze --cache-file=build/deptrac.cache
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e4875b1

Please sign in to comment.