Skip to content

Commit

Permalink
Update cms-node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KitLykos authored Sep 12, 2024
1 parent 39d5d12 commit bc5c7e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cms-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm install -g @unlighthouse/cli puppeteer
- run: npx unlighthouse-ci --verbose --list-trace-categories --chrome-flags="--disable-extensions --remote-debugging-port=39881" --site https://www.cms.gov/2018-vendor-presentations --config-file .github/workflows/unlighthouse.config-cms.ts
- run: Chrome --remote-debugging-port=39881 --disable-extensions
- run: npx unlighthouse-ci --verbose --list-trace-categories --site https://www.cms.gov/2018-vendor-presentations --config-file .github/workflows/unlighthouse.config-cms.ts
env:
NODE_OPTIONS: --max_old_space_size=8192

0 comments on commit bc5c7e0

Please sign in to comment.