From 78c53fbcaeda926e9d9e0f30ebc2d0255806e3d3 Mon Sep 17 00:00:00 2001 From: Kit Lykos <140734297+KitLykos@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:16:48 -0400 Subject: [PATCH] Update cms-node.js.yml testing some tracing --- .github/workflows/cms-node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cms-node.js.yml b/.github/workflows/cms-node.js.yml index 0769ee1..5edc1fe 100644 --- a/.github/workflows/cms-node.js.yml +++ b/.github/workflows/cms-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 --config-file .github/workflows/unlighthouse.config-cms.ts + - run: strace npx unlighthouse-ci --site https://cms.gov --config-file .github/workflows/unlighthouse.config-cms.ts