Skip to content

Commit 39f008b

Browse files
authored
ci: don't skip dialyzer plt build with cache hit (astarte-platform#1524)
dialyzer is smart enough to avoid rebuilding cache for already built modules fixes issue with dialyzer step failing for local dependencies because they didn't get rebuilt Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
1 parent 0ee5011 commit 39f008b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/astarte-apps-build-workflow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
run: mix deps.get
5555
- name: Create PLTs dir
5656
working-directory: ./apps/${{ inputs.app }}
57-
if: ${{ steps.plt_cache.outputs.cache-hit != 'true' }}
5857
run: mkdir -p dialyzer_cache && mix dialyzer --plt
5958
- name: Run dialyzer
6059
working-directory: ./apps/${{ inputs.app }}

0 commit comments

Comments
 (0)