We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331a915 commit 5ee1476Copy full SHA for 5ee1476
2 files changed
.github/workflows/linux_quick-test.yaml
@@ -33,7 +33,6 @@ jobs:
33
quiet: true
34
working-directory: ./test
35
spec: cypress/e2e/test-spec/quick-test_*
36
- install-command: npm install --os=linux --cpu=x64 sharp
37
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test/package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "test": "npx cypress run --spec 'cypress/e2e/test-spec/quick*' -q --reporter mochawesome --headed",
+ "test": "npx cypress run --spec 'cypress/e2e/test-spec/test_*' -q --reporter mochawesome --headed",
8
"quick-test": "npx cypress run --spec 'cypress/e2e/quick*' -q"
9
},
10
"keywords": [],
0 commit comments