We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8737b4b + 58aa732 commit 7d2d577Copy full SHA for 7d2d577
.github/workflows/test-deptrac.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Run architectural inspection
76
run: |
77
- sudo phive --no-progress install --global qossmic/deptrac --trust-gpg-keys B8F640134AB1782E
78
- deptrac analyze --cache-file=build/deptrac.cache
+ composer require --dev qossmic/deptrac-shim
+ vendor/bin/deptrac analyze --cache-file=build/deptrac.cache
79
env:
80
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments