Skip to content

Commit

Permalink
fix update-screenshots action
Browse files Browse the repository at this point in the history
  • Loading branch information
adammino-ledger committed Nov 22, 2024
1 parent b5c309b commit 509f862
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/actions/composites/update-snapshots-desktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ runs:
steps:
- name: Update playwright snapshots [Linux => xvfb-run]
if: startsWith(inputs.os, 'ubuntu')
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- pnpm desktop test:playwright:update-snapshots
shell: bash - name: Update playwright snapshots
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- pnpm desktop test:playwright:update-snapshots
shell: bash
- name: Update playwright snapshots
if: ${{ !startsWith(inputs.os, 'ubuntu') }}
run: pnpm desktop test:playwright:update-snapshots
shell: bash
Expand Down

0 comments on commit 509f862

Please sign in to comment.