We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb48aa4 commit 9ae368eCopy full SHA for 9ae368e
1 file changed
.github/workflows/linux_quick-test.yaml
@@ -22,6 +22,9 @@ jobs:
22
run: npm install
23
working-directory: ./test
24
25
+ - name: Install linux sharp
26
+ run: npm install --include=optional sharp
27
+
28
- name: Cypress run
29
uses: cypress-io/github-action@v6
30
with:
0 commit comments