We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ccbc7 commit 76aeeecCopy full SHA for 76aeeec
1 file changed
.github/workflows/linux_quick-test.yaml
@@ -15,10 +15,6 @@ jobs:
15
BRANCH_NAME=$(echo "${{ github.ref }}" | awk -F'/' '{print $3}')
16
echo "::set-output name=TEST_RUN_NAME::${{ github.workflow }}—$BRANCH_NAME"
17
18
- - name: Install node version 16
19
- uses: actions/setup-node@v3
20
- with:
21
- node-version: '16'
22
23
- name: Install root dependencies
24
run: npm install
@@ -33,6 +29,8 @@ jobs:
33
29
quiet: true
34
30
working-directory: ./test
35
31
spec: cypress/e2e/test-spec/quick-test_*
32
+ with:
+ install-command: npm install --os=linux --cpu=x64 sharp
36
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments