Skip to content

Commit

Permalink
Update cms-node.js.yml
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
KitLykos authored Sep 13, 2024
1 parent 0199e5a commit c40bb1f
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 @@ -27,7 +27,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: free -h
- run: npm install -g @unlighthouse/cli puppeteer
- run: npx unlighthouse-ci --debug --site https://www.cms.gov/2018-vendor-presentations --config-file .github/workflows/unlighthouse.config-cms.ts
env:
NODE_OPTIONS: --max_old_space_size=8192
NODE_OPTIONS: --max_old_space_size=10240

0 comments on commit c40bb1f

Please sign in to comment.