Skip to content

Commit

Permalink
Ignore hex build in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed May 27, 2024
1 parent bc9a6cf commit 0c20641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: mix format --check-formatted
- run: mix deps.unlock --check-unused
- run: mix docs
- run: mix hex.build
# - run: mix hex.build
- run: mix test || mix test
- run: mix credo -a --strict
- run: mix dialyzer
Expand Down

0 comments on commit 0c20641

Please sign in to comment.