diff --git a/tools/actions/composites/update-snapshots-desktop/action.yml b/tools/actions/composites/update-snapshots-desktop/action.yml index 04f0336cf26e..26cf0d230d9e 100644 --- a/tools/actions/composites/update-snapshots-desktop/action.yml +++ b/tools/actions/composites/update-snapshots-desktop/action.yml @@ -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