Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to Production - 2024-11-21 #3226

Merged
merged 5 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading