From 30f768d88dc36a0570174ccacd2fe8f914693b5e Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Tue, 23 Feb 2021 21:42:51 -0600 Subject: [PATCH] CI workflow env fix --- bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/package.json b/bot/package.json index b85e2ba..257d77e 100644 --- a/bot/package.json +++ b/bot/package.json @@ -11,7 +11,7 @@ "awscibo": "./awesomescibo.mjs" }, "scripts": { - "test": "node awesomescibo.mjs" + "test": "node awesomescibo.mjs randomtoken" }, "keywords": [], "author": "Abheek Dhawan",