Skip to content

Commit

Permalink
refactor: ローカルフォントのインストールを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
totto2727 committed Apr 23, 2024
1 parent 4a25fed commit 4482905
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/playwright-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install CJK Font
run: sudo apt-get update && sudo apt-get install fonts-noto

- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/playwright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install CJK Font
run: sudo apt-get update && sudo apt-get install fonts-noto

- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
5 changes: 0 additions & 5 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ export default defineConfig({
trace: "on-first-retry",
},
// Matcherのグローバル設定
expect: {
// toHaveScreenshot: {
// maxDiffPixelRatio: 0.002,
// },
},
// テストサーバの自動起動
webServer: {
command: "npm run start",
Expand Down

0 comments on commit 4482905

Please sign in to comment.