-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
2,704 additions
and
10,597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,13 @@ workflows: | |
branches: | ||
only: | ||
- master | ||
- helper docs: | ||
requires: | ||
- build | ||
filters: | ||
branches: | ||
only: | ||
- master | ||
- e2e tests: | ||
context: fx-libraries | ||
requires: | ||
|
@@ -80,6 +87,7 @@ workflows: | |
- unit tests | ||
- examples | ||
- legacy algoliasearch | ||
- helper docs | ||
- e2e tests | ||
filters: | ||
branches: | ||
|
@@ -136,6 +144,7 @@ jobs: | |
- persist_to_workspace: | ||
root: *workspace_root | ||
paths: | ||
- packages/algoliasearch-helper/dist | ||
- packages/instantsearch.js/es | ||
- packages/instantsearch.js/cjs | ||
- packages/instantsearch.js/dist | ||
|
@@ -193,6 +202,24 @@ jobs: | |
name: Type Checking | ||
command: yarn run type-check:v3 | ||
|
||
algoliasearch v3: | ||
<<: *defaults | ||
steps: | ||
- checkout | ||
- *attach_workspace | ||
- *install_yarn_version | ||
- *restore_yarn_cache | ||
- *run_yarn_install | ||
- run: | ||
name: Install algoliasearch v3 | ||
command: yarn add --dev [email protected] @types/[email protected] | ||
- run: | ||
name: Unit & Integration tests | ||
command: yarn workspace algoliasearch-helper run test --maxWorkers=4 | ||
- run: | ||
name: Type checking | ||
command: yarn workspace algoliasearch-helper tsc | ||
|
||
vue v3: | ||
<<: *defaults | ||
steps: | ||
|
@@ -246,6 +273,22 @@ jobs: | |
paths: | ||
- website/examples | ||
|
||
helper docs: | ||
<<: *defaults | ||
steps: | ||
- checkout | ||
- *attach_workspace | ||
- *install_yarn_version | ||
- *restore_yarn_cache | ||
- *run_yarn_install | ||
- run: | ||
name: Build helper documentation | ||
command: yarn workspace algoliasearch-helper run doc | ||
- persist_to_workspace: | ||
root: *workspace_root | ||
paths: | ||
- website/algoliasearch-helper-js | ||
|
||
e2e tests: | ||
<<: *defaults | ||
resource_class: large | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.