+[2020-04-20T23:24:41Z]rsrxis it OK to use github actions to run unit tests for the project before its being deployed to ec2? +[2020-04-20T23:24:59Z]rsrxor I should use codebuild or something +[2020-04-20T23:25:09Z]drleviathanyes, that is a good way to use github actions +[2020-04-20T23:25:46Z]rsrxalright +[2020-04-20T23:25:48Z]rsrxthanks
I mean, unlimited orivate repos, for many months and more recently, for teams as well
+[2020-04-21T09:55:55Z]littlepythonhow can we delete a file in github +[2020-04-21T09:56:13Z]jhasslittlepython: out of the latest version or permanently? +[2020-04-21T09:56:34Z]littlepythonpermanently - i want to create a PR though - like a patch branch or so +[2020-04-21T09:57:29Z]jhassthat's not possible, only the repository owner can permanently remove a file from the entire history and it comes with a lot of cavehats. Please read https://help.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository carefully +[2020-04-21T09:57:51Z]littlepythoni am the repo owner