-
Notifications
You must be signed in to change notification settings - Fork 136
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
chore(workflow): fix script command to bundlesize #657
chore(workflow): fix script command to bundlesize #657
Conversation
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.
@vigneshshanmugam , Can we instead of show the bundle size in the comments on the PR and avoid running the bundle size check? We already have it in Travis and Jenkins.
Yeah thats the idea, the github actions work flow |
please, if you want additional checks, you can request them and we will add those checks to the Jenkins CI, avoid creating new CI silos that also send notification, comments, and we are not aware of them. |
@kuisathaverat This is only used for posting the sizes of all bundles in comments, Didn't want to make a new feature request to the robots team since its a small change. But incase this would be interesting for the team and can make this happen, we are happy to remove this in favor of our own solution. |
f22a153
to
71c8650
Compare
fix build
We'd preferred to manage it on Jenkins, to avoid having to maintain things in two places, in that way when it fails for some reason we know where we have to fix it. |
1 similar comment
We'd preferred to manage it on Jenkins, to avoid having to maintain things in two places, in that way when it fails for some reason we know where we have to fix it. |
c09a125
to
4548010
Compare
We'd preferred to manage it on Jenkins, to avoid having to maintain things in two places, in that way when it fails for some reason we know where we have to fix it. |
1 similar comment
We'd preferred to manage it on Jenkins, to avoid having to maintain things in two places, in that way when it fails for some reason we know where we have to fix it. |
The code was available as a Github Workflow so I went straight ahead and used it if its going to be of help to us. Please do let us know what we can do in the future for experimentation of useful packages? |
You can use your fork for those experiments. |
jenkins run the tests please |
Sure, but wont be useful for us. I still feel like we don't need everything to be in Jenkins. These small snippets would be helpful for the dev workflow. It's just gonna slow us down if we have to ask for a feature and then work on our own solution. -> Experiment Please do let me know your thoughts. |
BTW we have right now a Github check that makes exactly the same if you want a comment with the result of the test we have also this implemented for other stuff, so it is also implemented. |
@kuisathaverat Thanks Ivan, can you link me to the docs or how to do it? Happy to replace with our own solution. |
I've opened an issue to implement it #667 |
* chore(workflow): fix script command to bundlesize * use build and enable stream fix build
* chore(workflow): fix script command to bundlesize * use build and enable stream fix build
* chore(workflow): fix script command to bundlesize * use build and enable stream fix build
https://github.com/preactjs/compressed-size-action/blob/master/action.js#L61