We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d4746 commit c83a118Copy full SHA for c83a118
.github/workflows/test.yml
@@ -17,4 +17,6 @@ jobs:
17
- name: 🔍 lint
18
run: npx _lint
19
- name: 🧪 tests
20
- run: npm test
+ run: |
21
+ export PATH=`pwd`/node_modules/puppeteer/.local-chromium/linux-901912/chrome-linux:$PATH
22
+ npm test
0 commit comments