Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c83a118

Browse files
committedMar 19, 2025·
CI: add Chrome to PATH
1 parent d3d4746 commit c83a118

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ jobs:
1717
- name: 🔍 lint
1818
run: npx _lint
1919
- name: 🧪 tests
20-
run: npm test
20+
run: |
21+
export PATH=`pwd`/node_modules/puppeteer/.local-chromium/linux-901912/chrome-linux:$PATH
22+
npm test

0 commit comments

Comments
 (0)
Please sign in to comment.