We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29d274 commit 6428cbbCopy full SHA for 6428cbb
1 file changed
.github/workflows/linux_quick-test.yaml
@@ -15,16 +15,16 @@ 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 linux sharp
19
- run: npm install --force @img/sharp-linux-x64
20
-
21
- name: Install root dependencies
22
run: npm install
23
24
- name: Install test dependencies
25
26
working-directory: ./test
27
+ - name: Install linux sharp
+ run: npm install --force @img/sharp-linux-x64
+
28
- name: Cypress run
29
uses: cypress-io/github-action@v6
30
with:
0 commit comments