Skip to content

Commit 9d5d21e

Browse files
committed
Update test-workflow.yml
1 parent d79ce35 commit 9d5d21e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on: [push, pull_request, workflow_dispatch]
44
jobs:
55
test:
66
runs-on: ubuntu-latest
7+
permissions:
8+
checks: write
79

810
steps:
911
- name: Checkout Code
@@ -18,6 +20,9 @@ jobs:
1820
- name: Install dependencies
1921
run: npm ci # More reliable than 'npm install' for CI/CD
2022

23+
- name: Install Playwright Browsers
24+
run: npx playwright install chromium
25+
2126
- name: Run Playwright tests
2227
run: npx playwright test
2328
env:

0 commit comments

Comments
 (0)