From 99075b5be8363530e01f07802a8fedfd938241ce Mon Sep 17 00:00:00 2001 From: Kit Lykos <140734297+KitLykos@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:22:51 -0400 Subject: [PATCH] Running a command? Maybe? --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b7a9aa6..13b475a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,4 +28,4 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test + - run: npx unlighthouse-ci --site https://cms.gov --throttle --yes --reporter csvExpanded --expose-gc --timeout 60000