Skip to content

Commit

Permalink
really fix playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Jan 1, 2025
1 parent 2cff992 commit 330b238
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 330b238

Please sign in to comment.