Skip to content

Commit 9b4e41b

Browse files
author
Soare Robert-Daniel
committed
chore: format
1 parent 8cf37cc commit 9b4e41b

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ jobs:
1717

1818
# You can define any steps you want, and they will run before the agent starts.
1919
steps:
20-
- uses: actions/checkout@v6
21-
- uses: actions/setup-node@v6
22-
with:
23-
node-version: "20"
24-
cache: "npm"
25-
- name: Install Agent Browser
26-
run: |
27-
npm install -g agent-browser
28-
agent-browser install
29-
- name: Install NPM deps
30-
run: |
31-
npm ci
32-
npm install -g playwright-cli
33-
npx playwright install --with-deps chromium
34-
- name: Install composer deps
35-
run: composer install --no-dev
36-
- name: Install environment
37-
run: |
38-
npm run wp-env start
20+
- uses: actions/checkout@v6
21+
- uses: actions/setup-node@v6
22+
with:
23+
node-version: "20"
24+
cache: "npm"
25+
- name: Install Agent Browser
26+
run: |
27+
npm install -g agent-browser
28+
agent-browser install
29+
- name: Install NPM deps
30+
run: |
31+
npm ci
32+
npm install -g playwright-cli
33+
npx playwright install --with-deps chromium
34+
- name: Install composer deps
35+
run: composer install --no-dev
36+
- name: Install environment
37+
run: |
38+
npm run wp-env start

0 commit comments

Comments
 (0)