fix: try this approach
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 2m26s

This commit is contained in:
Naomi Carrigan 2025-02-17 13:42:03 -08:00
parent 18fa849555
commit 94830188e7
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -41,6 +41,4 @@ jobs:
run: pnpm run build run: pnpm run build
- name: Run Tests - name: Run Tests
run: pnpm run test run: CHROME_BIN=/usr/bin/google-chrome pnpm run test
env:
CHROME_BIN: /usr/bin/google-chrome