Skip to content

Commit

Permalink
wip: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Mar 19, 2024
1 parent af043bb commit 4291bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backstop-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- run: |
cd _ci/backstop
npx playwright install
ENV=$DEPLOY_ENV npm run remote.gh
ENV=$DEPLOY_ENV sudo npm run remote.gh
2 changes: 1 addition & 1 deletion _ci/backstop/backstop.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let captureLimit = 15;
let compareLimit = 100;

if (process.env.ENVIRONMENT.includes('gh-')) {
captureLimit = 6;
captureLimit = 10;
compareLimit = 50;
}

Expand Down

0 comments on commit 4291bde

Please sign in to comment.