We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e0fd5 commit a19d72dCopy full SHA for a19d72d
.github/workflows/playwright.yml
@@ -108,14 +108,14 @@ jobs:
108
- uses: actions/setup-node@v4
109
with:
110
node-version: lts/*
111
- - name: Install test dependencies
112
- working-directory: test-automation
113
- run: npm ci
114
- name: Restore Playwright Browsers
115
uses: actions/cache/restore@v4
116
117
path: ~/.cache/ms-playwright
118
key: playwright-${{ needs.setup-playwright.outputs.pw-version }}
+ - name: Install test dependencies
+ working-directory: test-automation
+ run: npm ci && npx playwright install --with-deps
119
- name: Start pay-ui
120
if: needs.build-app.result == 'success'
121
uses: actions/download-artifact@v4
0 commit comments