Skip to content

Commit af95d57

Browse files
committed
fix working directory
1 parent 75c29af commit af95d57

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ jobs:
1515
node-version: lts/*
1616
- name: Install dependencies
1717
run: npm install -g pnpm && pnpm install
18-
with:
19-
projectBaseDir: frontend/
18+
working-directory: frontend/
2019
- name: Install Playwright Browsers
2120
run: pnpm exec playwright install --with-deps
22-
with:
23-
projectBaseDir: frontend/
21+
working-directory: frontend/
2422
- name: Run Playwright tests
2523
run: pnpm exec playwright test
26-
with:
27-
projectBaseDir: frontend/
24+
working-directory: frontend/
2825
- uses: actions/upload-artifact@v4
2926
if: ${{ !cancelled() }}
3027
with:

0 commit comments

Comments
 (0)