From 25b33fb0317c3b8cdd441b05cb542b7c48fd773d Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 26 Jul 2024 14:47:55 -0600 Subject: [PATCH] use ci for test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8afaf29c..8f6bd0203 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ format: test: $(CORE_SRC) $(ENVIRONMENT_FILE) (cd core && cargo build --features=test && cargo test --features=test) (cd sdk && make test) - (cd container-runtime && npm i && npm test) + (cd container-runtime && npm ci && npm test) cli: cd core && ./install-cli.sh