mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
ci: Explicitly specify a default target, don't use the first target (#9521)
This commit is contained in:
parent
5a7f4c0dea
commit
e893ba7ea0
@ -1,5 +1,9 @@
|
||||
.PHONY: clean dist dist-docker dist-netlify test-workspace
|
||||
|
||||
# make is run with no target from the consul root Makefile ui target but from
|
||||
# within docker during release, so that we keep that as the default target
|
||||
.DEFAULT_GOAL := dist-docker
|
||||
|
||||
# Run from CI, should run any checks/tests for the workspace that we'd like to
|
||||
# be run for every PR
|
||||
test-workspace:
|
||||
|
Loading…
x
Reference in New Issue
Block a user