Skip to content

Commit

Permalink
Remove unnecessary vertical bars in GitHub Action (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Nov 30, 2023
1 parent 426c5cf commit 28960f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
run: npm run lint

- name: Install Playwright dependencies
run: |
npx playwright install chromium firefox webkit --with-deps
run: npx playwright install chromium firefox webkit --with-deps

- name: Install WordPress
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
run: npm run lint

- name: Install Playwright dependencies
run: |
npx playwright install chromium firefox webkit --with-deps
run: npx playwright install chromium firefox webkit --with-deps

- name: Install WordPress
run: |
Expand Down

0 comments on commit 28960f7

Please sign in to comment.