Skip to content

Commit

Permalink
Clean elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 12, 2024
1 parent ec0a175 commit ab7311d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ jobs:
working-directory: mix_tests
run: mix do local.rebar --force, local.hex --force

# Force full recompile on builds that are retried.
- name: Clean deps to avoid flaky incremental builds
working-directory: mix_tests
if: github.run_attempt != '1'
run: |
mix deps.clean --all
mix clean
shell: sh

- name: Get Elixir deps
working-directory: mix_tests
run: mix deps.get
Expand Down

0 comments on commit ab7311d

Please sign in to comment.