-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
✨ Quartz Energy v0.1.2 → Staging #553
base: staging
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
…-csv add Sentry and log when CSV is updated
@@ -1,49 +1,77 @@ | |||
name: Node CI | |||
|
|||
on: [push] | |||
on: [pull_request] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure we just want to run this on PRs? Does it take a long time to run, is that why you want to reduce it?
fi | ||
# Now only runs unit tests, Cypress tests are run in the CI pipeline on PRs | ||
yarn test | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do unit tests get run in CI too?
maskAllText: true, | ||
blockAllMedia: true | ||
}) | ||
].filter((integration) => integration.name !== "Dedupe"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dedupe?
import { EventHint, ErrorEvent } from "@sentry/nextjs"; | ||
|
||
Sentry.init({ | ||
dsn: "https://[email protected]/4507622592151552", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these be hard coded? Or env vars?
import { EventHint, ErrorEvent } from "@sentry/nextjs"; | ||
|
||
Sentry.init({ | ||
dsn: "https://[email protected]/4507622592151552", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar point to earlier, should we make this an en var?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I left a few comments
Pull Request
Description
Much trial and error, but Cypress tests should hopefully now be working in Github Actions.
This PR includes:
Fixes #552
How Has This Been Tested?
Locally with nektos/act, and
development
branch on GithubChecklist: