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 e2f1d30 commit ec767b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cms-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm install -g @unlighthouse/cli puppeteer
- run: npx unlighthouse-ci --verbose --list-trace-categories --chrome-flags="--remote-debugging-port=39881" --site https://www.cms.gov/2018-vendor-presentations --config-file .github/workflows/unlighthouse.config-cms.ts
- run: npx unlighthouse-ci --verbose --list-trace-categories --only-categories=accessibility --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 ec767b3

Please sign in to comment.