Skip to content

Commit

Permalink
fix: アップデートのオプションを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
totto2727 committed Apr 23, 2024
1 parent 4482905 commit fdf7681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npx playwright install --with-deps

- name: Update Playwright tests
run: npx playwright test
run: npx playwright test -u

- name: Commit ScreenShot
run: |
Expand Down

0 comments on commit fdf7681

Please sign in to comment.