Skip to content

Commit a19d72d

Browse files
committed
group actions
1 parent b1e0fd5 commit a19d72d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ jobs:
108108
- uses: actions/setup-node@v4
109109
with:
110110
node-version: lts/*
111-
- name: Install test dependencies
112-
working-directory: test-automation
113-
run: npm ci
114111
- name: Restore Playwright Browsers
115112
uses: actions/cache/restore@v4
116113
with:
117114
path: ~/.cache/ms-playwright
118115
key: playwright-${{ needs.setup-playwright.outputs.pw-version }}
116+
- name: Install test dependencies
117+
working-directory: test-automation
118+
run: npm ci && npx playwright install --with-deps
119119
- name: Start pay-ui
120120
if: needs.build-app.result == 'success'
121121
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)