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

This commit is contained in:
2025-02-17 13:42:03 -08:00
parent 18fa849555
commit 94830188e7
+1 -3
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