Skip to content

Commit

Permalink
debug: chromium memory management
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Feb 28, 2025
1 parent 09a6241 commit d3f0654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ jobs:
echo "SCREENSHOT_NAME=$SCREENSHOT_NAME" >> $GITHUB_ENV
- name: Install dependency
run: npm install cypress@14.0.3
run: npm install cypress

- name: Run Cypress
uses: cypress-io/github-action@v6
with:
spec: cypress/e2e/screenshot.cy.js
browser: ${{ inputs.browser }}
config: experimentalMemoryManagement=true

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d3f0654

Please sign in to comment.