Skip to content

Commit 76aeeec

Browse files
committed
fix install
1 parent d7ccbc7 commit 76aeeec

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/linux_quick-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
BRANCH_NAME=$(echo "${{ github.ref }}" | awk -F'/' '{print $3}')
1616
echo "::set-output name=TEST_RUN_NAME::${{ github.workflow }}—$BRANCH_NAME"
1717
18-
- name: Install node version 16
19-
uses: actions/setup-node@v3
20-
with:
21-
node-version: '16'
2218
2319
- name: Install root dependencies
2420
run: npm install
@@ -33,6 +29,8 @@ jobs:
3329
quiet: true
3430
working-directory: ./test
3531
spec: cypress/e2e/test-spec/quick-test_*
32+
with:
33+
install-command: npm install --os=linux --cpu=x64 sharp
3634

3735
env:
3836
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)