Skip to content

Commit 6428cbb

Browse files
committed
after install
1 parent a29d274 commit 6428cbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux_quick-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ 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 linux sharp
19-
run: npm install --force @img/sharp-linux-x64
20-
2118
- name: Install root dependencies
2219
run: npm install
2320

2421
- name: Install test dependencies
2522
run: npm install
2623
working-directory: ./test
2724

25+
- name: Install linux sharp
26+
run: npm install --force @img/sharp-linux-x64
27+
2828
- name: Cypress run
2929
uses: cypress-io/github-action@v6
3030
with:

0 commit comments

Comments
 (0)