Skip to content

Commit

Permalink
Fetch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPanSuarez committed Oct 31, 2023
1 parent ea364ca commit 38618d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
key: ci-${{runner.os}}-${{env.cache-name}}-erlang_${{matrix.erlang}}-rebar3-${{hashFiles('rebar.lock')}}

- name: Fetch dependencies
run: rebar3 get-deps
run: make deps

- name: Format checks
run: make fmt-check
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,8 @@ xref:
@echo "Running rebar3 xref..."
@$(REBAR3) xref

deps:
@echo "Running rebar3 get-deps..."
@$(REBAR3) get-deps

.PHONY: clean compile coveralls dialyzer edoc elvis eunit profile xref fmt fmt-check

0 comments on commit 38618d9

Please sign in to comment.