Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
As all cicd scripts without an offline linter do...
I had pages of "works!"/"work now?"/"please work!"/"fuck it"/"now!"/"shit!"
In a private git repo to study this shit. -
I have used it recently and i quite like it. You can actually test your workflow locally with https://github.com/nektos/act. I suggest you check it out.
You can pass env vars and secrets that otherwise need to be picked up from your report secrets to the command line tool. It should save you from commits with fuck it, is it working?, Holy shit, what da fuck... -
sariel85313y
-
Unfortunately the particular job step I was troubleshooting was the step that was supposed to nicely format the output of previous steps and add it as a comment on the PR. I didn't even consider the idea of running it locally. I suppose I could have modified the step to convert the markdown to HTML and open it in a browser, but that might have ended up taking even more time...
Today I played with GitHub Actions. Since I couldn't test anything without making a commit and pushing it to GitHub to trigger the workflow, my commit history now chronicles my slow descent into madness. Thank God it's a private repo. I'm gonna squash it if I ever make it public.
This gem is from hour two of my four-hour struggle:
rant
github actions