-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update mongodb to version 6 * chore: update mongodb version of github pipelines * update mongo version on README file --------- Co-authored-by: Joan Gallego Girona <[email protected]>
- Loading branch information
Showing
8 changed files
with
16 additions
and
16 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
mongodb-version: 5.0.27 | ||
mongodb-version: 6.0 | ||
mongodb-replica-set: test-rs | ||
- uses: actions/checkout@v4 | ||
- name: Use Node.js | ||
|
@@ -39,7 +39,7 @@ jobs: | |
run: yarn install | ||
- run: yarn blank-state | ||
id: blank-state-attempt1 | ||
continue-on-error: true | ||
continue-on-error: true | ||
env: | ||
DBHOST: localhost:27017 | ||
ELASTICSEARCH_URL: http://localhost:${{ job.services.elasticsearch.ports[9200] }} | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
mongodb-version: 5.0.27 | ||
mongodb-version: 6.0 | ||
mongodb-replica-set: test-rs | ||
- name: Checkout reposistory | ||
uses: actions/checkout@v4 | ||
|
@@ -96,7 +96,7 @@ jobs: | |
ELASTICSEARCH_URL: http://localhost:${{ job.services.elasticsearch.ports[9200] }} | ||
DATABASE_NAME: uwazi_e2e | ||
INDEX_NAME: uwazi_e2e | ||
TRANSPILED: true | ||
TRANSPILED: true | ||
- run: yarn ix-config | ||
env: | ||
DBHOST: localhost:27017 | ||
|
@@ -119,7 +119,7 @@ jobs: | |
browser: chrome | ||
component: false | ||
config-file: cypress.config.ts | ||
spec: "cypress/e2e/*.cy.ts" | ||
spec: 'cypress/e2e/*.cy.ts' | ||
timeout-minutes: 25 | ||
env: | ||
DBHOST: localhost:27017 | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
mongodb-version: 5.0.27 | ||
mongodb-version: 6.0 | ||
mongodb-replica-set: test-rs | ||
- name: Checkout reposistory | ||
uses: actions/checkout@v4 | ||
|
@@ -96,7 +96,7 @@ jobs: | |
ELASTICSEARCH_URL: http://localhost:${{ job.services.elasticsearch.ports[9200] }} | ||
DATABASE_NAME: uwazi_e2e | ||
INDEX_NAME: uwazi_e2e | ||
TRANSPILED: true | ||
TRANSPILED: true | ||
- run: yarn ix-config | ||
env: | ||
DBHOST: localhost:27017 | ||
|
@@ -119,7 +119,7 @@ jobs: | |
browser: chrome | ||
component: false | ||
config-file: cypress.config.ts | ||
spec: "cypress/e2e/pages/*.cy.ts" | ||
spec: 'cypress/e2e/pages/*.cy.ts' | ||
timeout-minutes: 25 | ||
env: | ||
DBHOST: localhost:27017 | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
mongodb-version: 5.0.27 | ||
mongodb-version: 6.0 | ||
mongodb-replica-set: test-rs | ||
- name: Checkout reposistory | ||
uses: actions/checkout@v4 | ||
|
@@ -96,7 +96,7 @@ jobs: | |
ELASTICSEARCH_URL: http://localhost:${{ job.services.elasticsearch.ports[9200] }} | ||
DATABASE_NAME: uwazi_e2e | ||
INDEX_NAME: uwazi_e2e | ||
TRANSPILED: true | ||
TRANSPILED: true | ||
- run: yarn ix-config | ||
env: | ||
DBHOST: localhost:27017 | ||
|
@@ -119,7 +119,7 @@ jobs: | |
browser: chrome | ||
component: false | ||
config-file: cypress.config.ts | ||
spec: "cypress/e2e/settings/*.cy.ts" | ||
spec: 'cypress/e2e/settings/*.cy.ts' | ||
timeout-minutes: 25 | ||
env: | ||
DBHOST: localhost:27017 | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
mongodb-version: 5.0.27 | ||
mongodb-version: 6.0 | ||
mongodb-replica-set: test-rs | ||
- name: Checkout reposistory | ||
uses: actions/checkout@v4 | ||
|
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 |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
mongodb-version: 5.0.27 | ||
mongodb-version: 6.0 | ||
mongodb-replica-set: uwazi_replica_set | ||
mongodb-port: 27017 | ||
|
||
|
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