-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Testing workflows #10157
Testing workflows #10157
Conversation
4bcda1f
to
a4b9b50
Compare
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.
i really love how this is coming together.
@@ -409,6 +409,7 @@ for (const path of allTests) { | |||
process.exit(1); | |||
}), | |||
); | |||
break; // HACK |
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.
this isnt intentional for final i assume
.github/workflows/build-windows.yml
Outdated
type: boolean | ||
default: false | ||
deoptimize: | ||
type: boolean |
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.
is there a reason this cannot be named optimize
and be a string? with the default being ReleaseFast?
env: | ||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 | ||
HOMEBREW_NO_AUTO_UPDATE: 1 | ||
HOMEBREW_NO_INSTALL_CLEANUP: 1 |
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.
we should add that 4th arg
generate_release_notes: false | ||
files: bun/* | ||
- name: Upload to S3 (using SHA) | ||
uses: shallwefootball/s3-upload-action@4350529f410221787ccf424e50133cbc1b52704e |
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.
I don't love relying on this random github action that hasn't been updated in a year https://github.com/shallwefootball/upload-s3-action
What does this PR do?
Do not merge. Work in progress.
How did you verify your code works?