Skip to content

Commit a19d3d5

Browse files
committed
Ignore hex build in CI for now
1 parent 8473ea7 commit a19d3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: mix format --check-formatted
4646
- run: mix deps.unlock --check-unused
4747
- run: mix docs
48-
- run: mix hex.build
48+
# - run: mix hex.build
4949
- run: mix test || mix test
5050
- run: mix credo -a --strict
5151
- run: mix dialyzer

0 commit comments

Comments
 (0)