From 28bd5b16f96f817547150bbdff0c79770e7f85a4 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 10 Jan 2021 22:12:04 -0800 Subject: [PATCH] CI: deploy to staging before test I can't believe I forgot to deploy before testing. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98dfa37..f4954dc 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ deploy: deploy-html deploy-gemini ## stuff for the staging server .PHONY: test-staging -test-staging: +test-staging: deploy-html yq e '.ci .collect .url | .[]' .lighthouserc.yml | xargs npx hint -f codeframe npx lhci autorun