Skip to content

Commit

Permalink
Disable duckduckgo test.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Aug 7, 2024
1 parent 49a0bec commit 6b6dbcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run eslint
- run: npm test -- --env chrome --headless
- run: npm test -- --env chrome --headless --tags "not @duckduckgo"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "test"
},
"scripts": {
"test": "nightwatch",
"test": "nightwatch --env chrome --tags 'not @duckduckgo'",
"eslint": "eslint src/specs --quiet"
},
"repository": {
Expand Down

0 comments on commit 6b6dbcb

Please sign in to comment.