Skip to content

Commit 5ee1476

Browse files
committed
fix tests
1 parent 331a915 commit 5ee1476

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/linux_quick-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
quiet: true
3434
working-directory: ./test
3535
spec: cypress/e2e/test-spec/quick-test_*
36-
install-command: npm install --os=linux --cpu=x64 sharp
3736

3837
env:
3938
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npx cypress run --spec 'cypress/e2e/test-spec/quick*' -q --reporter mochawesome --headed",
7+
"test": "npx cypress run --spec 'cypress/e2e/test-spec/test_*' -q --reporter mochawesome --headed",
88
"quick-test": "npx cypress run --spec 'cypress/e2e/quick*' -q"
99
},
1010
"keywords": [],

0 commit comments

Comments
 (0)