From 7d8d27b215cb0d7d44e5def041f85b900c3d23a5 Mon Sep 17 00:00:00 2001 From: Kit Lykos <140734297+KitLykos@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:56:04 -0400 Subject: [PATCH] adding config for CMS --- .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 875ea55..e917736 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -30,4 +30,4 @@ jobs: cache: 'npm' - run: npm ci - run: npm install -g @unlighthouse/cli puppeteer - - run: npx unlighthouse-ci --site https://cms.gov --samples 2 --throttle --yes --reporter csvExpanded --expose-gc --timeout 60000 + - run: npx unlighthouse-ci --site https://cms.gov --config-file .github/workflows/unlighthouse.config-cms.ts