Skip to content

Commit

Permalink
Merge pull request #12083 from Automattic/workflow-lint-test
Browse files Browse the repository at this point in the history
chore(workflow): make tests run even if lint fails
  • Loading branch information
AbdelrahmanHafez committed Jul 8, 2022
2 parents 6433ce2 + b963251 commit db1ba6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -37,8 +37,6 @@ jobs:
run: npm run lint-js

test:
needs:
- lint
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion lib/model.js
Expand Up @@ -3688,7 +3688,7 @@ function handleSuccessfulWrite(document, resolve, reject) {

/**
* Build bulk write operations for `bulkSave()`.
*
*
* @param {Array<Document>} documents The array of documents to build write operations of
* @param {Object} options
* @param {Boolean} options.skipValidation defaults to `false`, when set to true, building the write operations will bypass validating the documents.
Expand Down

0 comments on commit db1ba6e

Please sign in to comment.