Skip to content

Commit

Permalink
[tests] Explicitly pass --yes for ounit install step (#9243)
Browse files Browse the repository at this point in the history
Summary:
CI jobs starts to fail because of lack of --yes recently.

Pull Request resolved: #9243

Reviewed By: SamChou19815

Differential Revision: D67802088

fbshipit-source-id: 9ccc83cac859b4733d225ab604dc16e62cd47303
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Jan 6, 2025
1 parent ba81e20 commit abf6edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ deps-js:

.PHONY: deps-test
deps-test:
opam install ounit$(OUNIT_VERSION)
opam install ounit$(OUNIT_VERSION) --yes

clean:
if command -v dune >/dev/null; then dune clean; fi
Expand Down

0 comments on commit abf6edf

Please sign in to comment.