Skip to content

Commit

Permalink
Merge pull request #3226 from responsible-ai-collaborative/staging
Browse files Browse the repository at this point in the history
Deploy to Production
  • Loading branch information
cesarvarela authored Nov 20, 2024
2 parents 4b56030 + fc98c71 commit 624989d
Show file tree
Hide file tree
Showing 20 changed files with 529 additions and 4,594 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
- name: Jest run
run: npm run test:api:ci
env:
REALM_APP_ID: ""
REALM_API_APP_ID: ""
REALM_API_GROUP_ID: ""
REALM_API_PUBLIC_KEY: ""
REALM_API_PRIVATE_KEY: ""
REALM_GRAPHQL_API_KEY: ""
REALM_APP_ID: dummy
REALM_API_APP_ID: dummy
REALM_API_GROUP_ID: dummy
REALM_API_PUBLIC_KEY: dummy
REALM_API_PRIVATE_KEY: dummy
REALM_GRAPHQL_API_KEY: dummy
API_MONGODB_CONNECTION_STRING: "" # dinamically set by globalSetup.ts
E2E_ADMIN_USERNAME: ""
E2E_ADMIN_PASSWORD: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-playwright-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: site/gatsby-site

- name: start in memory mongodb
run: nohup node -r ts-node/register playwright/memory-mongo.ts &
run: nohup npm run start:memory-mongo:ci &
working-directory: site/gatsby-site
env:
MONGODB_CONNECTION_STRING: mongodb://127.0.0.1:4110/
Expand Down
21 changes: 0 additions & 21 deletions site/gatsby-site/cypress/e2e/integration/rollbar.cy.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 624989d

Please sign in to comment.