ci: debug dependency discrepancy check
This commit is contained in:
parent
18f0510353
commit
9790d66b92
|
@ -36,5 +36,14 @@ jobs:
|
||||||
env:
|
env:
|
||||||
MIX_ENV: emqx-enterprise
|
MIX_ENV: emqx-enterprise
|
||||||
PROFILE: emqx-enterprise
|
PROFILE: emqx-enterprise
|
||||||
|
- name: produced lock files
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
if: failure()
|
||||||
|
with:
|
||||||
|
name: produced_lock_files
|
||||||
|
path: |
|
||||||
|
mix.lock
|
||||||
|
rebar.lock
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue