We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c29af commit af95d57Copy full SHA for af95d57
1 file changed
.github/workflows/playwright.yml
@@ -15,16 +15,13 @@ jobs:
15
node-version: lts/*
16
- name: Install dependencies
17
run: npm install -g pnpm && pnpm install
18
- with:
19
- projectBaseDir: frontend/
+ working-directory: frontend/
20
- name: Install Playwright Browsers
21
run: pnpm exec playwright install --with-deps
22
23
24
- name: Run Playwright tests
25
run: pnpm exec playwright test
26
27
28
- uses: actions/upload-artifact@v4
29
if: ${{ !cancelled() }}
30
with:
0 commit comments