Skip to content

Commit 53c3e4d

Browse files
committed
chore: install chrome for demo projects
1 parent b0633b5 commit 53c3e4d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-demo-projects.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
contents: read
1717

1818
steps:
19+
- name: Install Chrome
20+
uses: browser-actions/setup-chrome@v2
21+
22+
- name: Verify Chrome installation
23+
run: chrome --version
24+
1925
- name: Checkout code
2026
uses: actions/checkout@v5
2127

0 commit comments

Comments
 (0)