Skip to content

Commit

Permalink
Use "i" instead of "ci" for npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Jun 6, 2024
1 parent 4c6bb30 commit 8d2dc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
node-version: 18

- name: Install Node dependencies
run: npm ci
run: npm i

- name: Build CSS and JS
run: npm run build

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Start WordPress Environment and activate theme
- name: Start and Configure WordPress Environment
run: |
npm run --workspace=plugins/faustwp start
Expand Down

0 comments on commit 8d2dc82

Please sign in to comment.