Skip to content

Fix the "Could not find Chrome" error #17

Fix the "Could not find Chrome" error

Fix the "Could not find Chrome" error #17

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '22.7'
cache: 'pnpm'
- run: pnpm install
- name: Run Test
run: pnpm test