Skip to content

Commit

Permalink
Really fix playwright (#1728)
Browse files Browse the repository at this point in the history
really fix playwright
  • Loading branch information
djahandarie authored Jan 1, 2025
1 parent 2cff992 commit c5fcaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: "[Push] Generate new authoritative screenshots for master"
id: playwright-master
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} -u
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} -u 2>&1 | tee ./playwright-output
if: github.event_name == 'push'

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

0 comments on commit c5fcaf7

Please sign in to comment.