Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Sep 25, 2024
1 parent 2f18fce commit bbb15e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,13 @@ jobs:
browsers: true
- run:
name: Run visual regression tests
command: xvfb-run pnpm test:regressions
command: pnpm test:regressions
- run:
name: Build packages for fixtures
command: xvfb-run pnpm release:build
command: pnpm release:build
- run:
name: Run visual regression tests using Pigment CSS
command: xvfb-run pnpm test:regressions-pigment-css
command: pnpm test:regressions-pigment-css
- run:
name: Upload screenshots to Argos CI
command: pnpm test:argos
Expand Down

0 comments on commit bbb15e5

Please sign in to comment.