From aa57779c55905fb593041515ba979617d2e37fba Mon Sep 17 00:00:00 2001 From: Sara Date: Tue, 17 Jun 2025 19:29:02 -0400 Subject: [PATCH] Add CI debugging --- .github/workflows/node.js.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9cdc9275..0c7e0ac3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,4 +27,7 @@ jobs: cache: 'npm' - run: npx playwright install --with-deps - run: npm ci + - run: npm ls playwright + - run: npx playwright --version + - run: ls -la ~/.cache/ms-playwright/ - run: npm run verify