oppia-android icon indicating copy to clipboard operation
oppia-android copied to clipboard

Follow ups on Github actions

Open vinitamurthi opened this issue 4 years ago • 1 comments

Github actions doesn't have a few features so we should add scripts to do the following:

  • [ ] Auto cancel redundant builds (We could potentially use an existing action for this)

  • [ ] Upload readable versions of the gradle test run reports. Right now they are in their default XML format but we could potentially upload it with the stacktrace

  • [ ] Consolidate some of the commands in the actions yaml into scripts instead so that it can be used in other places, and tested locally as well

vinitamurthi avatar Jun 26 '20 07:06 vinitamurthi

@BenHenning I din't remember the PR, but I think we do have Auto cancel redundant builds in one of your ongoing PR?

anandwana001 avatar Feb 10 '21 12:02 anandwana001

I think we've done all of these at this point (though the last point we could do more of, but the current same-repo actions are very limited so there's not a lot we can do there at the moment).

BenHenning avatar Sep 15 '22 07:09 BenHenning