-
Notifications
You must be signed in to change notification settings - Fork 30
Migrate AB Testing scripts to node #14837
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
Conversation
13f1b54 to
4ffb79c
Compare
4ffb79c to
8b25cc5
Compare
| riff-raff: | ||
| name: AB testing Riffraff upload | ||
| runs-on: ubuntu-latest | ||
| needs: build-ui |
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.
not sure how this was working at all without this🤔
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
i-hardy
left a comment
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.
RIP Deno 🕯️
What does this change?
Migrate the
ab-testingcode from Deno to NodeWhy?
As much as we like Deno, soon we'll be adding some CDK and moving the deployment of ab tests to the fastly edge dictionary to a lambda. We'd like to share the code as much as possible between the CI scripts and the lambda so migrating them to node is the best option for this.
Node now supports running typescript files without a compilation step, which makes things a bit easier!