Remove old universe target in Makefile
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
80a052afe0
commit
bf691418d1
10
Makefile
10
Makefile
@ -59,13 +59,13 @@ core-integration: dagger-debug # Run core integration tests
|
|||||||
yarn --cwd "./tests" install
|
yarn --cwd "./tests" install
|
||||||
DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./tests" test
|
DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./tests" test
|
||||||
|
|
||||||
|
# .PHONY: universe-test
|
||||||
|
# universe-test: dagger-debug # Run universe tests
|
||||||
|
# yarn --cwd "./universe" install
|
||||||
|
# DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./universe" test
|
||||||
|
|
||||||
.PHONY: universe-test
|
.PHONY: universe-test
|
||||||
universe-test: dagger-debug # Run universe tests
|
universe-test: dagger-debug # Run universe tests
|
||||||
yarn --cwd "./universe" install
|
|
||||||
DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./universe" test
|
|
||||||
|
|
||||||
.PHONY: europa-universe-test
|
|
||||||
europa-universe-test: dagger-debug # Run Europa universe tests
|
|
||||||
yarn --cwd "./pkg/universe.dagger.io" install
|
yarn --cwd "./pkg/universe.dagger.io" install
|
||||||
DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./pkg/universe.dagger.io" test
|
DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./pkg/universe.dagger.io" test
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user