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 a87fd14 + c7c6ff0 commit 58aa732Copy full SHA for 58aa732
.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