ci: Explicitly specify a default target, don't use the first target (#9521)

This commit is contained in:
John Cowen 2021-01-07 19:04:45 +00:00 committed by GitHub
parent 489cedbac5
commit ac7f102811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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: